Html Css Color HEX #36C542 Lime Green

📋 copy color: '#36C542'

red 54 ◦ green 197 ◦ blue 66

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

Shades of Lime Green #36C542

Tints of Lime Green #36C542

RGB

 RED value IS 54 (21.48% from 255) = 17.03%

 GREEN value IS 197 (77.34% from 255) = 62.15%

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

R = 17.03%
G = 62.15%
B = 20.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#36C542 (or 0x36C542) is known color: Lime Green. HEX triplet: 36, C5 and 42. RGB value is (54,197,66). Sum of RGB (Red+Green+Blue) = 54+197+66=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #36C542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C542 is #C93ABD. Grayscale: #8B8B8B. Windows color (decimal): -13187774 or 4375862. OLE color: 4375862.

HSL color Cylindrical-coordinate representation of color #36C542: hue angle of 125.03º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C542 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 54 197 66 -
CMYK 0.73 0 0.66 0.23
HSL 125.04º 0.57% 0.49% -
HSV(B) 125.04º 0.73% 0.77% -
XYZ 22.47 41.11 11.9 -
YUV 139.31 86.62 67.15 -
System Red Green Blue C M Y K H S L
Decimal 54 197 66 0.73 0 0.66 0.23 125.04 0.57 0.49
Hex 36 C5 42 49 0 42 17 7D 39 31
Octal 66 305 102 111 0 102 27 175 71 61
Binary 110110 11000101 1000010 1001001 0 1000010 10111 1111101 111001 110001

Color Harmonies of #36C542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C542

Black with #36C542

Text Example


Text Example

White with #36C542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36C542; }

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

 H1.HeaderClassName
 {
   color: #36C542;
 }
 .AnyTagClassName
 {
   color: #36C542;
 }
</style>

background-color css

<style>
 a { background-color: #36C542; }

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

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

border-color css

<style>
 span { border-color: #36C542; }

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

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