#42FA33

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

Shades of Lime Green #42FA33

Tints of Lime Green #42FA33

Color information

#42FA33 (or 0x42FA33) is unknown color: approx Lime Green. HEX triplet: 42, FA and 33. RGB value is (66,250,51). Sum of RGB (Red+Green+Blue) = 66+250+51=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FA33 is #BD05CC. Grayscale: #ACACAC. Windows color (decimal): -12387789 or 3406402. OLE color: 3406402.

HSL color Cylindrical-coordinate representation of color #42FA33: hue angle of 115.48º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42FA33 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB6625051-
CMYK0.7400.800.02
HSL115.48º95.22%59.02%-
HSV(B)115.48º79.6%98.04%-
XYZ37.0369.7714.65-
YUV172.359.5452.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.98%
GREEN value IS 250 (98.05% from 255) = 68.12%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=17.98%
G=68.12%
B=13.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal66250510.7400.800.02115.4895.2259.02
Hex42FA334A0502735f3b
Octal102372631120120216313773
Binary1000010111110101100111001010010100001011100111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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