Html Css Color HEX #36DB16 Lime Green

📋 copy color: '#36DB16'

red 54 ◦ green 219 ◦ blue 22

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

Shades of Lime Green #36DB16

Tints of Lime Green #36DB16

RGB

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

 GREEN value IS 219 (85.94% from 255) = 74.24%

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

R = 18.31%
G = 74.24%
B = 7.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#36DB16 (or 0x36DB16) is known color: Lime Green. HEX triplet: 36, DB and 16. RGB value is (54,219,22). Sum of RGB (Red+Green+Blue) = 54+219+22=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 219 (85.94% from 255 or 74.24% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 219 - color contains mainly: green. Hex color #36DB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DB16 is #C924E9. Grayscale: #939393. Windows color (decimal): -13182186 or 1497910. OLE color: 1497910.

HSL color Cylindrical-coordinate representation of color #36DB16: hue angle of 110.25º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36DB16 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 219 22 -
CMYK 0.75 0 0.90 0.14
HSL 110.25º 0.82% 0.47% -
HSV(B) 110.25º 0.9% 0.86% -
XYZ 27 51.51 9.28 -
YUV 147.21 57.34 61.52 -
System Red Green Blue C M Y K H S L
Decimal 54 219 22 0.75 0 0.90 0.14 110.25 0.82 0.47
Hex 36 DB 16 4B 0 5A E 6E 52 2F
Octal 66 333 26 113 0 132 16 156 122 57
Binary 110110 11011011 10110 1001011 0 1011010 1110 1101110 1010010 101111

Color Harmonies of #36DB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DB16

Black with #36DB16

Text Example


Text Example

White with #36DB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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