Html Css Color HEX #36DE16 Lime Green

📋 copy color: '#36DE16'

red 54 ◦ green 222 ◦ blue 22

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

Shades of Lime Green #36DE16

Tints of Lime Green #36DE16

RGB

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

 GREEN value IS 222 (87.11% from 255) = 74.5%

 BLUE value IS 22 (8.98% from 255) = 7.38%

R = 18.12%
G = 74.5%
B = 7.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#36DE16 (or 0x36DE16) is known color: Lime Green. HEX triplet: 36, DE and 16. RGB value is (54,222,22). Sum of RGB (Red+Green+Blue) = 54+222+22=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 222 (87.11% from 255 or 74.50% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 222 - color contains mainly: green. Hex color #36DE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DE16 is #C921E9. Grayscale: #959595. Windows color (decimal): -13181418 or 1498678. OLE color: 1498678.

HSL color Cylindrical-coordinate representation of color #36DE16: hue angle of 110.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36DE16 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 222 22 -
CMYK 0.76 0 0.90 0.13
HSL 110.4º 0.82% 0.48% -
HSV(B) 110.4º 0.9% 0.87% -
XYZ 27.79 53.08 9.54 -
YUV 148.97 56.34 60.26 -
System Red Green Blue C M Y K H S L
Decimal 54 222 22 0.76 0 0.90 0.13 110.4 0.82 0.48
Hex 36 DE 16 4C 0 5A D 6E 52 30
Octal 66 336 26 114 0 132 15 156 122 60
Binary 110110 11011110 10110 1001100 0 1011010 1101 1101110 1010010 110000

Color Harmonies of #36DE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DE16

Black with #36DE16

Text Example


Text Example

White with #36DE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,222,22); }

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

background-color css

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

 a { background-color: rgb(54,222,22); }

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

border-color css

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

 span { border-color: rgb(54,222,22); }

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