Html Css Color HEX #42C032 Lime Green

📋 copy color: '#42C032'

red 66 ◦ green 192 ◦ blue 50

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

Shades of Lime Green #42C032

Tints of Lime Green #42C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.34%

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 21.43%
G = 62.34%
B = 16.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#42C032 (or 0x42C032) is known color: Lime Green. HEX triplet: 42, C0 and 32. RGB value is (66,192,50). Sum of RGB (Red+Green+Blue) = 66+192+50=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #42C032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C032 is #BD3FCD. Grayscale: #8A8A8A. Windows color (decimal): -12402638 or 3326018. OLE color: 3326018.

HSL color Cylindrical-coordinate representation of color #42C032: hue angle of 113.24º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42C032 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 50 -
CMYK 0.66 0 0.74 0.25
HSL 113.24º 0.59% 0.47% -
HSV(B) 113.24º 0.74% 0.75% -
XYZ 21.67 39.09 9.42 -
YUV 138.14 78.26 76.55 -
System Red Green Blue C M Y K H S L
Decimal 66 192 50 0.66 0 0.74 0.25 113.24 0.59 0.47
Hex 42 C0 32 42 0 4A 19 71 3B 2F
Octal 102 300 62 102 0 112 31 161 73 57
Binary 1000010 11000000 110010 1000010 0 1001010 11001 1110001 111011 101111

Color Harmonies of #42C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C032

Black with #42C032

Text Example


Text Example

White with #42C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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