Html Css Color HEX #36DF14 Lime Green

📋 copy color: '#36DF14'

red 54 ◦ green 223 ◦ blue 20

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

Shades of Lime Green #36DF14

Tints of Lime Green #36DF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 75.08%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 18.18%
G = 75.08%
B = 6.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#36DF14 (or 0x36DF14) is known color: Lime Green. HEX triplet: 36, DF and 14. RGB value is (54,223,20). Sum of RGB (Red+Green+Blue) = 54+223+20=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 223 (87.5% from 255 or 75.08% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 223 - color contains mainly: green. Hex color #36DF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DF14 is #C920EB. Grayscale: #959595. Windows color (decimal): -13181164 or 1367862. OLE color: 1367862.

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

Color convert

RGB 54 223 20 -
CMYK 0.76 0 0.91 0.13
HSL 109.95º 0.84% 0.48% -
HSV(B) 109.95º 0.91% 0.87% -
XYZ 28.04 53.61 9.53 -
YUV 149.33 55.01 60.01 -
System Red Green Blue C M Y K H S L
Decimal 54 223 20 0.76 0 0.91 0.13 109.95 0.84 0.48
Hex 36 DF 14 4C 0 5B D 6E 54 30
Octal 66 337 24 114 0 133 15 156 124 60
Binary 110110 11011111 10100 1001100 0 1011011 1101 1101110 1010100 110000

Color Harmonies of #36DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DF14

Black with #36DF14

Text Example


Text Example

White with #36DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,223,20); }

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

background-color css

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

 a { background-color: rgb(54,223,20); }

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

border-color css

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

 span { border-color: rgb(54,223,20); }

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