#2FAE25

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

Shades of Lime Green #2FAE25

Tints of Lime Green #2FAE25

Color information

#2FAE25 (or 0x2FAE25) is unknown color: approx Lime Green. HEX triplet: 2F, AE and 25. RGB value is (47,174,37). Sum of RGB (Red+Green+Blue) = 47+174+37=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 174 (68.36% from 255 or 67.44% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAE25 is #D051DA. Grayscale: #787878. Windows color (decimal): -13652443 or 2469423. OLE color: 2469423.

HSL color Cylindrical-coordinate representation of color #2FAE25: hue angle of 115.62º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FAE25 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB4717437-
CMYK0.7300.790.32
HSL115.62º64.93%41.37%-
HSV(B)115.62º78.74%68.24%-
XYZ16.6431.016.86-
YUV120.4180.9275.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.22%
GREEN value IS 174 (68.36% from 255) = 67.44%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=18.22%
G=67.44%
B=14.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47174370.7300.790.32115.6264.9341.37
Hex2FAE254904F20744129
Octal572564511101174016410151
Binary1011111010111010010110010010100111110000011101001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FAE25; }

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

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

<style>
 a { background-color: #2FAE25; }

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

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

<style>
 span { border-color: #2FAE25; }

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

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