Html Css Color HEX #36C048 Lime Green

📋 copy color: '#36C048'

red 54 ◦ green 192 ◦ blue 72

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

Shades of Lime Green #36C048

Tints of Lime Green #36C048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 16.98%
G = 60.38%
B = 22.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#36C048 (or 0x36C048) is known color: Lime Green. HEX triplet: 36, C0 and 48. RGB value is (54,192,72). Sum of RGB (Red+Green+Blue) = 54+192+72=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #36C048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C048 is #C93FB7. Grayscale: #898989. Windows color (decimal): -13189048 or 4767798. OLE color: 4767798.

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

Color convert

RGB 54 192 72 -
CMYK 0.72 0 0.63 0.25
HSL 127.83º 0.56% 0.48% -
HSV(B) 127.83º 0.72% 0.75% -
XYZ 21.54 38.95 12.51 -
YUV 137.06 91.28 68.76 -
System Red Green Blue C M Y K H S L
Decimal 54 192 72 0.72 0 0.63 0.25 127.83 0.56 0.48
Hex 36 C0 48 48 0 3F 19 80 38 30
Octal 66 300 110 110 0 77 31 200 70 60
Binary 110110 11000000 1001000 1001000 0 111111 11001 10000000 111000 110000

Color Harmonies of #36C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C048

Black with #36C048

Text Example


Text Example

White with #36C048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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