#42FA2F

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

Shades of Lime Green #42FA2F

Tints of Lime Green #42FA2F

Color information

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

HSL color Cylindrical-coordinate representation of color #42FA2F: hue angle of 114.38º 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 #42FA2F is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB6625047-
CMYK0.7400.810.02
HSL114.38º95.31%58.24%-
HSV(B)114.38º81.2%98.04%-
XYZ36.9569.7314.2-
YUV171.8457.5452.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal66250470.7400.810.02114.3895.3158.24
Hex42FA2F4A0512725f3a
Octal102372571120121216213772
Binary1000010111110101011111001010010100011011100101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42FA2F; }

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

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

<style>
 a { background-color: #42FA2F; }

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

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

<style>
 span { border-color: #42FA2F; }

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

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