#2fae26

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

Shades of Lime Green #2FAE26

Tints of Lime Green #2FAE26

Color information

#2FAE26 (or 0x2FAE26) is unknown color: approx Lime Green. HEX triplet: 2F, AE and 26. RGB value is (47,174,38). Sum of RGB (Red+Green+Blue) = 47+174+38=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 174 (68.36% from 255 or 67.18% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAE26 is #D051D9. Grayscale: #787878. Windows color (decimal): -13652442 or 2534959. OLE color: 2534959.

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

Color convert

RGB4717438-
CMYK0.7300.780.32
HSL116.03º64.15%41.57%-
HSV(B)116.03º78.16%68.24%-
XYZ16.6631.026.94-
YUV120.5281.4275.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.15%
GREEN value IS 174 (68.36% from 255) = 67.18%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=18.15%
G=67.18%
B=14.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47174380.7300.780.32116.0364.1541.57
Hex2FAE264904E2074402a
Octal572564611101164016410052
Binary1011111010111010011010010010100111010000011101001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fae26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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