#2FFA42

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

Shades of Lime Green #2FFA42

Tints of Lime Green #2FFA42

Color information

#2FFA42 (or 0x2FFA42) is unknown color: approx Lime Green. HEX triplet: 2F, FA and 42. RGB value is (47,250,66). Sum of RGB (Red+Green+Blue) = 47+250+66=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 250 (98.05% from 255 or 68.87% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA42 is #D005BD. Grayscale: #A8A8A8. Windows color (decimal): -13632958 or 4389423. OLE color: 4389423.

HSL color Cylindrical-coordinate representation of color #2FFA42: hue angle of 125.62º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA42 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB4725066-
CMYK0.8100.740.02
HSL125.62º95.31%58.24%-
HSV(B)125.62º81.2%98.04%-
XYZ36.3469.3716.63-
YUV168.3370.2541.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.95%
GREEN value IS 250 (98.05% from 255) = 68.87%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=12.95%
G=68.87%
B=18.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal47250660.8100.740.02125.6295.3158.24
Hex2FFA425104A27e5f3a
Octal573721021210112217613772
Binary1011111111101010000101010001010010101011111101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,250,66); }

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

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

 a { background-color: rgb(47,250,66); }

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

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

 span { border-color: rgb(47,250,66); }

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