#2FAF28

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

Shades of Lime Green #2FAF28

Tints of Lime Green #2FAF28

Color information

#2FAF28 (or 0x2FAF28) is unknown color: approx Lime Green. HEX triplet: 2F, AF and 28. RGB value is (47,175,40). Sum of RGB (Red+Green+Blue) = 47+175+40=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAF28 is #D050D7. Grayscale: #797979. Windows color (decimal): -13652184 or 2666287. OLE color: 2666287.

HSL color Cylindrical-coordinate representation of color #2FAF28: hue angle of 116.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FAF28 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB4717540-
CMYK0.7300.770.31
HSL116.89º62.79%42.16%-
HSV(B)116.89º77.14%68.63%-
XYZ16.8931.427.18-
YUV121.3482.0974.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.94%
GREEN value IS 175 (68.75% from 255) = 66.79%
BLUE value IS 40 (16.02% from 255) = 15.27%
R=17.94%
G=66.79%
B=15.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal47175400.7300.770.31116.8962.7942.16
Hex2FAF284904D1F753f2a
Octal57257501110115371657752
Binary10111110101111101000100100101001101111111110101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,175,40); }

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

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

 a { background-color: rgb(47,175,40); }

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

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

 span { border-color: rgb(47,175,40); }

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