Html Css Color HEX #36C02C Lime Green

📋 copy color: '#36C02C'

red 54 ◦ green 192 ◦ blue 44

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

Shades of Lime Green #36C02C

Tints of Lime Green #36C02C

RGB

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

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

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

R = 18.62%
G = 66.21%
B = 15.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#36C02C (or 0x36C02C) is known color: Lime Green. HEX triplet: 36, C0 and 2C. RGB value is (54,192,44). Sum of RGB (Red+Green+Blue) = 54+192+44=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #36C02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C02C is #C93FD3. Grayscale: #868686. Windows color (decimal): -13189076 or 2932790. OLE color: 2932790.

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

Color convert

RGB 54 192 44 -
CMYK 0.72 0 0.77 0.25
HSL 115.95º 0.63% 0.46% -
HSV(B) 115.95º 0.77% 0.75% -
XYZ 20.83 38.67 8.75 -
YUV 133.87 77.28 71.03 -
System Red Green Blue C M Y K H S L
Decimal 54 192 44 0.72 0 0.77 0.25 115.95 0.63 0.46
Hex 36 C0 2C 48 0 4D 19 74 3F 2E
Octal 66 300 54 110 0 115 31 164 77 56
Binary 110110 11000000 101100 1001000 0 1001101 11001 1110100 111111 101110

Color Harmonies of #36C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C02C

Black with #36C02C

Text Example


Text Example

White with #36C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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