Html Css Color HEX #42C036 Lime Green

📋 copy color: '#42C036'

red 66 ◦ green 192 ◦ blue 54

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

Shades of Lime Green #42C036

Tints of Lime Green #42C036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 21.15%
G = 61.54%
B = 17.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#42C036 (or 0x42C036) is known color: Lime Green. HEX triplet: 42, C0 and 36. RGB value is (66,192,54). Sum of RGB (Red+Green+Blue) = 66+192+54=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #42C036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C036 is #BD3FC9. Grayscale: #8B8B8B. Windows color (decimal): -12402634 or 3588162. OLE color: 3588162.

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

Color convert

RGB 66 192 54 -
CMYK 0.66 0 0.72 0.25
HSL 114.78º 0.56% 0.48% -
HSV(B) 114.78º 0.72% 0.75% -
XYZ 21.76 39.12 9.89 -
YUV 138.59 80.26 76.22 -
System Red Green Blue C M Y K H S L
Decimal 66 192 54 0.66 0 0.72 0.25 114.78 0.56 0.48
Hex 42 C0 36 42 0 48 19 73 38 30
Octal 102 300 66 102 0 110 31 163 70 60
Binary 1000010 11000000 110110 1000010 0 1001000 11001 1110011 111000 110000

Color Harmonies of #42C036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C036

Black with #42C036

Text Example


Text Example

White with #42C036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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