Html Css Color HEX #36EC42 Lime Green

📋 copy color: '#36EC42'

red 54 ◦ green 236 ◦ blue 66

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

Shades of Lime Green #36EC42

Tints of Lime Green #36EC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 15.17%
G = 66.29%
B = 18.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#36EC42 (or 0x36EC42) is known color: Lime Green. HEX triplet: 36, EC and 42. RGB value is (54,236,66). Sum of RGB (Red+Green+Blue) = 54+236+66=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 236 (92.58% from 255 or 66.29% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 236 - color contains mainly: green. Hex color #36EC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EC42 is #C913BD. Grayscale: #A2A2A2. Windows color (decimal): -13177790 or 4385846. OLE color: 4385846.

HSL color Cylindrical-coordinate representation of color #36EC42: hue angle of 123.96º 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 #36EC42 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 236 66 -
CMYK 0.77 0 0.72 0.07
HSL 123.96º 0.83% 0.57% -
HSV(B) 123.96º 0.77% 0.93% -
XYZ 32.5 61.17 15.25 -
YUV 162.2 73.7 50.82 -
System Red Green Blue C M Y K H S L
Decimal 54 236 66 0.77 0 0.72 0.07 123.96 0.83 0.57
Hex 36 EC 42 4D 0 48 7 7C 53 39
Octal 66 354 102 115 0 110 7 174 123 71
Binary 110110 11101100 1000010 1001101 0 1001000 111 1111100 1010011 111001

Color Harmonies of #36EC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EC42

Black with #36EC42

Text Example


Text Example

White with #36EC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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