Html Css Color HEX #42C439 Lime Green

📋 copy color: '#42C439'

red 66 ◦ green 196 ◦ blue 57

#42C439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #42C439

Tints of Lime Green #42C439

RGB

 RED value IS 66 (26.17% from 255) = 20.69%

 GREEN value IS 196 (76.95% from 255) = 61.44%

 BLUE value IS 57 (22.66% from 255) = 17.87%

R = 20.69%
G = 61.44%
B = 17.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#42C439 (or 0x42C439) is known color: Lime Green. HEX triplet: 42, C4 and 39. RGB value is (66,196,57). Sum of RGB (Red+Green+Blue) = 66+196+57=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 196 (76.95% from 255 or 61.44% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 196 - color contains mainly: green. Hex color #42C439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C439 is #BD3BC6. Grayscale: #8D8D8D. Windows color (decimal): -12401607 or 3785794. OLE color: 3785794.

HSL color Cylindrical-coordinate representation of color #42C439: hue angle of 116.12º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42C439 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 196 57 -
CMYK 0.66 0 0.71 0.23
HSL 116.12º 0.55% 0.5% -
HSV(B) 116.12º 0.71% 0.77% -
XYZ 22.73 40.93 10.57 -
YUV 141.28 80.43 74.3 -
System Red Green Blue C M Y K H S L
Decimal 66 196 57 0.66 0 0.71 0.23 116.12 0.55 0.5
Hex 42 C4 39 42 0 47 17 74 37 32
Octal 102 304 71 102 0 107 27 164 67 62
Binary 1000010 11000100 111001 1000010 0 1000111 10111 1110100 110111 110010

Color Harmonies of #42C439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C439

Black with #42C439

Text Example


Text Example

White with #42C439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,196,57); }

 H1.HeaderClassName
 {
   color: #42C439;
 }
 .AnyTagClassName
 {
   color: #42C439;
 }
</style>

background-color css

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

 a { background-color: rgb(66,196,57); }

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

border-color css

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

 span { border-color: rgb(66,196,57); }

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