Html Css Color HEX #36D048 Lime Green

📋 copy color: '#36D048'

red 54 ◦ green 208 ◦ blue 72

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

Shades of Lime Green #36D048

Tints of Lime Green #36D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.28%

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

R = 16.17%
G = 62.28%
B = 21.56%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#36D048 (or 0x36D048) is known color: Lime Green. HEX triplet: 36, D0 and 48. RGB value is (54,208,72). Sum of RGB (Red+Green+Blue) = 54+208+72=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #36D048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D048 is #C92FB7. Grayscale: #929292. Windows color (decimal): -13184952 or 4771894. OLE color: 4771894.

HSL color Cylindrical-coordinate representation of color #36D048: hue angle of 127.01º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D048 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 208 72 -
CMYK 0.74 0 0.65 0.18
HSL 127.01º 0.62% 0.51% -
HSV(B) 127.01º 0.74% 0.82% -
XYZ 25.25 46.36 13.75 -
YUV 146.45 85.98 62.06 -
System Red Green Blue C M Y K H S L
Decimal 54 208 72 0.74 0 0.65 0.18 127.01 0.62 0.51
Hex 36 D0 48 4A 0 41 12 7F 3E 33
Octal 66 320 110 112 0 101 22 177 76 63
Binary 110110 11010000 1001000 1001010 0 1000001 10010 1111111 111110 110011

Color Harmonies of #36D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D048

Black with #36D048

Text Example


Text Example

White with #36D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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