Html Css Color HEX #36EC52 Lime Green

📋 copy color: '#36EC52'

red 54 ◦ green 236 ◦ blue 82

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

Shades of Lime Green #36EC52

Tints of Lime Green #36EC52

RGB

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

 GREEN value IS 236 (92.58% from 255) = 63.44%

 BLUE value IS 82 (32.42% from 255) = 22.04%

R = 14.52%
G = 63.44%
B = 22.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#36EC52 (or 0x36EC52) is known color: Lime Green. HEX triplet: 36, EC and 52. RGB value is (54,236,82). Sum of RGB (Red+Green+Blue) = 54+236+82=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 236 (92.58% from 255 or 63.44% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 236 - color contains mainly: green. Hex color #36EC52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36EC52 is #C913AD. Grayscale: #A4A4A4. Windows color (decimal): -13177774 or 5434422. OLE color: 5434422.

HSL color Cylindrical-coordinate representation of color #36EC52: hue angle of 129.23º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EC52 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 236 82 -
CMYK 0.77 0 0.65 0.07
HSL 129.23º 0.83% 0.57% -
HSV(B) 129.23º 0.77% 0.93% -
XYZ 33.04 61.38 18.09 -
YUV 164.03 81.7 49.52 -
System Red Green Blue C M Y K H S L
Decimal 54 236 82 0.77 0 0.65 0.07 129.23 0.83 0.57
Hex 36 EC 52 4D 0 41 7 81 53 39
Octal 66 354 122 115 0 101 7 201 123 71
Binary 110110 11101100 1010010 1001101 0 1000001 111 10000001 1010011 111001

Color Harmonies of #36EC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EC52

Black with #36EC52

Text Example


Text Example

White with #36EC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,236,82); }

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

background-color css

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

 a { background-color: rgb(54,236,82); }

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

border-color css

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

 span { border-color: rgb(54,236,82); }

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