#25BA2F

Color #25BA2F Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #25BA2F

Tints of Lime Green #25BA2F

Color information

#25BA2F (or 0x25BA2F) is unknown color: approx Lime Green. HEX triplet: 25, BA and 2F. RGB value is (37,186,47). Sum of RGB (Red+Green+Blue) = 37+186+47=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA2F is #DA45D0. Grayscale: #7E7E7E. Windows color (decimal): -14304721 or 3127845. OLE color: 3127845.

HSL color Cylindrical-coordinate representation of color #25BA2F: hue angle of 124.03º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BA2F is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB3718647-
CMYK0.8000.750.27
HSL124.03º66.82%43.73%-
HSV(B)124.03º80.11%72.94%-
XYZ18.8335.728.59-
YUV125.683.6464.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 186 (73.05% from 255) = 68.89%
BLUE value IS 47 (18.75% from 255) = 17.41%
R=13.70%
G=68.89%
B=17.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37186470.8000.750.27124.0366.8243.73
Hex25BA2F5004B1B7c432c
Octal452725712001133317410354
Binary100101101110101011111010000010010111101111111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25BA2F; }

 p { color: rgb(37,186,47); }

 H1.HeaderClassName
 {
   color: #25BA2F;
 }
 .AnyTagClassName
 {
   color: #25BA2F;
 }
</style>
background-color css

<style>
 a { background-color: #25BA2F; }

 a { background-color: rgb(37,186,47); }

 div.DivClassName
 {
   background-color: #25BA2F;
 }
 .BgClassName
 {
   background-color: #25BA2F;
 }
</style>
border-color css

<style>
 span { border-color: #25BA2F; }

 span { border-color: rgb(37,186,47); }

 td.TdClassName
 {
   border-color: #25BA2F;
 }
 .TagClassName
 {
   border-color: #25BA2F;
 }
</style>