Html Css Color HEX #42C02C Lime Green

📋 copy color: '#42C02C'

red 66 ◦ green 192 ◦ blue 44

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

Shades of Lime Green #42C02C

Tints of Lime Green #42C02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 21.85%
G = 63.58%
B = 14.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#42C02C (or 0x42C02C) is known color: Lime Green. HEX triplet: 42, C0 and 2C. RGB value is (66,192,44). Sum of RGB (Red+Green+Blue) = 66+192+44=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #42C02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C02C is #BD3FD3. Grayscale: #898989. Windows color (decimal): -12402644 or 2932802. OLE color: 2932802.

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

Color convert

RGB 66 192 44 -
CMYK 0.66 0 0.77 0.25
HSL 111.08º 0.63% 0.46% -
HSV(B) 111.08º 0.77% 0.75% -
XYZ 21.55 39.04 8.78 -
YUV 137.45 75.26 77.03 -
System Red Green Blue C M Y K H S L
Decimal 66 192 44 0.66 0 0.77 0.25 111.08 0.63 0.46
Hex 42 C0 2C 42 0 4D 19 6F 3F 2E
Octal 102 300 54 102 0 115 31 157 77 56
Binary 1000010 11000000 101100 1000010 0 1001101 11001 1101111 111111 101110

Color Harmonies of #42C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C02C

Black with #42C02C

Text Example


Text Example

White with #42C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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