#42D33C

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

Shades of Lime Green #42D33C

Tints of Lime Green #42D33C

Color information

#42D33C (or 0x42D33C) is unknown color: approx Lime Green. HEX triplet: 42, D3 and 3C. RGB value is (66,211,60). Sum of RGB (Red+Green+Blue) = 66+211+60=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 211 (82.81% from 255 or 62.61% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 211 - color contains mainly: green. Hex color #42D33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D33C is #BD2CC3. Grayscale: #969696. Windows color (decimal): -12397764 or 3986242. OLE color: 3986242.

HSL color Cylindrical-coordinate representation of color #42D33C: hue angle of 117.62º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42D33C is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB6621160-
CMYK0.6900.720.17
HSL117.62º63.18%53.14%-
HSV(B)117.62º71.56%82.75%-
XYZ26.3648.0712.16-
YUV150.4376.9667.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.58%
GREEN value IS 211 (82.81% from 255) = 62.61%
BLUE value IS 60 (23.83% from 255) = 17.80%
R=19.58%
G=62.61%
B=17.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal66211600.6900.720.17117.6263.1853.14
Hex42D33C4504811763f35
Octal102323741050110211667765
Binary100001011010011111100100010101001000100011110110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,211,60); }

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

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

 a { background-color: rgb(66,211,60); }

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

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

 span { border-color: rgb(66,211,60); }

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