Html Css Color HEX #42C336 Lime Green

📋 copy color: '#42C336'

red 66 ◦ green 195 ◦ blue 54

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

Shades of Lime Green #42C336

Tints of Lime Green #42C336

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.9%

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

R = 20.95%
G = 61.9%
B = 17.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#42C336 (or 0x42C336) is known color: Lime Green. HEX triplet: 42, C3 and 36. RGB value is (66,195,54). Sum of RGB (Red+Green+Blue) = 66+195+54=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #42C336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C336 is #BD3CC9. Grayscale: #8C8C8C. Windows color (decimal): -12401866 or 3588930. OLE color: 3588930.

HSL color Cylindrical-coordinate representation of color #42C336: hue angle of 114.89º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42C336 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 195 54 -
CMYK 0.66 0 0.72 0.24
HSL 114.89º 0.57% 0.49% -
HSV(B) 114.89º 0.72% 0.76% -
XYZ 22.43 40.45 10.12 -
YUV 140.36 79.26 74.96 -
System Red Green Blue C M Y K H S L
Decimal 66 195 54 0.66 0 0.72 0.24 114.89 0.57 0.49
Hex 42 C3 36 42 0 48 18 73 39 31
Octal 102 303 66 102 0 110 30 163 71 61
Binary 1000010 11000011 110110 1000010 0 1001000 11000 1110011 111001 110001

Color Harmonies of #42C336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C336

Black with #42C336

Text Example


Text Example

White with #42C336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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