#42F732

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

Shades of Lime Green #42F732

Tints of Lime Green #42F732

Color information

#42F732 (or 0x42F732) is unknown color: approx Lime Green. HEX triplet: 42, F7 and 32. RGB value is (66,247,50). Sum of RGB (Red+Green+Blue) = 66+247+50=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 247 (96.88% from 255 or 68.04% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 247 - color contains mainly: green. Hex color #42F732 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F732 is #BD08CD. Grayscale: #ABABAB. Windows color (decimal): -12388558 or 3340098. OLE color: 3340098.

HSL color Cylindrical-coordinate representation of color #42F732: hue angle of 115.13º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42F732 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB6624750-
CMYK0.7300.800.03
HSL115.13º92.49%58.24%-
HSV(B)115.13º79.76%96.86%-
XYZ36.0867.9114.22-
YUV170.4260.0353.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 247 (96.88% from 255) = 68.04%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=18.18%
G=68.04%
B=13.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal66247500.7300.800.03115.1392.4958.24
Hex42F732490503735c3a
Octal102367621110120316313472
Binary1000010111101111100101001001010100001111100111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,247,50); }

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

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

 a { background-color: rgb(66,247,50); }

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

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

 span { border-color: rgb(66,247,50); }

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