Html Css Color HEX #42C042 Lime Green

📋 copy color: '#42C042'

red 66 ◦ green 192 ◦ blue 66

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

Shades of Lime Green #42C042

Tints of Lime Green #42C042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 20.37%
G = 59.26%
B = 20.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#42C042 (or 0x42C042) is known color: Lime Green. HEX triplet: 42, C0 and 42. RGB value is (66,192,66). Sum of RGB (Red+Green+Blue) = 66+192+66=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #42C042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C042 is #BD3FBD. Grayscale: #8C8C8C. Windows color (decimal): -12402622 or 4374594. OLE color: 4374594.

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

Color convert

RGB 66 192 66 -
CMYK 0.66 0 0.66 0.25
HSL 120º 0.5% 0.51% -
HSV(B) 120º 0.66% 0.75% -
XYZ 22.08 39.25 11.57 -
YUV 139.96 86.26 75.25 -
System Red Green Blue C M Y K H S L
Decimal 66 192 66 0.66 0 0.66 0.25 120 0.5 0.51
Hex 42 C0 42 42 0 42 19 78 32 33
Octal 102 300 102 102 0 102 31 170 62 63
Binary 1000010 11000000 1000010 1000010 0 1000010 11001 1111000 110010 110011

Color Harmonies of #42C042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C042

Black with #42C042

Text Example


Text Example

White with #42C042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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