Html Css Color HEX #42C446 Lime Green

📋 copy color: '#42C446'

red 66 ◦ green 196 ◦ blue 70

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

Shades of Lime Green #42C446

Tints of Lime Green #42C446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.08%

R = 19.88%
G = 59.04%
B = 21.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#42C446 (or 0x42C446) is known color: Lime Green. HEX triplet: 42, C4 and 46. RGB value is (66,196,70). Sum of RGB (Red+Green+Blue) = 66+196+70=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 196 (76.95% from 255 or 59.04% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 196 - color contains mainly: green. Hex color #42C446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C446 is #BD3BB9. Grayscale: #8F8F8F. Windows color (decimal): -12401594 or 4637762. OLE color: 4637762.

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

Color convert

RGB 66 196 70 -
CMYK 0.66 0 0.64 0.23
HSL 121.85º 0.52% 0.51% -
HSV(B) 121.85º 0.66% 0.77% -
XYZ 23.09 41.08 12.51 -
YUV 142.77 86.93 73.25 -
System Red Green Blue C M Y K H S L
Decimal 66 196 70 0.66 0 0.64 0.23 121.85 0.52 0.51
Hex 42 C4 46 42 0 40 17 7A 34 33
Octal 102 304 106 102 0 100 27 172 64 63
Binary 1000010 11000100 1000110 1000010 0 1000000 10111 1111010 110100 110011

Color Harmonies of #42C446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C446

Black with #42C446

Text Example


Text Example

White with #42C446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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