Html Css Color HEX #36C032 Lime Green

📋 copy color: '#36C032'

red 54 ◦ green 192 ◦ blue 50

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

Shades of Lime Green #36C032

Tints of Lime Green #36C032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 18.24%
G = 64.86%
B = 16.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#36C032 (or 0x36C032) is known color: Lime Green. HEX triplet: 36, C0 and 32. RGB value is (54,192,50). Sum of RGB (Red+Green+Blue) = 54+192+50=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #36C032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C032 is #C93FCD. Grayscale: #868686. Windows color (decimal): -13189070 or 3326006. OLE color: 3326006.

HSL color Cylindrical-coordinate representation of color #36C032: hue angle of 118.31º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36C032 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 192 50 -
CMYK 0.72 0 0.74 0.25
HSL 118.31º 0.59% 0.47% -
HSV(B) 118.31º 0.74% 0.75% -
XYZ 20.95 38.71 9.39 -
YUV 134.55 80.28 70.55 -
System Red Green Blue C M Y K H S L
Decimal 54 192 50 0.72 0 0.74 0.25 118.31 0.59 0.47
Hex 36 C0 32 48 0 4A 19 76 3B 2F
Octal 66 300 62 110 0 112 31 166 73 57
Binary 110110 11000000 110010 1001000 0 1001010 11001 1110110 111011 101111

Color Harmonies of #36C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C032

Black with #36C032

Text Example


Text Example

White with #36C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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