Html Css Color HEX #36C52C Lime Green

📋 copy color: '#36C52C'

red 54 ◦ green 197 ◦ blue 44

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

Shades of Lime Green #36C52C

Tints of Lime Green #36C52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 18.31%
G = 66.78%
B = 14.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#36C52C (or 0x36C52C) is known color: Lime Green. HEX triplet: 36, C5 and 2C. RGB value is (54,197,44). Sum of RGB (Red+Green+Blue) = 54+197+44=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #36C52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C52C is #C93AD3. Grayscale: #898989. Windows color (decimal): -13187796 or 2934070. OLE color: 2934070.

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

Color convert

RGB 54 197 44 -
CMYK 0.73 0 0.78 0.23
HSL 116.08º 0.63% 0.47% -
HSV(B) 116.08º 0.78% 0.77% -
XYZ 21.94 40.9 9.12 -
YUV 136.8 75.62 68.94 -
System Red Green Blue C M Y K H S L
Decimal 54 197 44 0.73 0 0.78 0.23 116.08 0.63 0.47
Hex 36 C5 2C 49 0 4E 17 74 3F 2F
Octal 66 305 54 111 0 116 27 164 77 57
Binary 110110 11000101 101100 1001001 0 1001110 10111 1110100 111111 101111

Color Harmonies of #36C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C52C

Black with #36C52C

Text Example


Text Example

White with #36C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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