Html Css Color HEX #36DC1A Lime Green

📋 copy color: '#36DC1A'

red 54 ◦ green 220 ◦ blue 26

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

Shades of Lime Green #36DC1A

Tints of Lime Green #36DC1A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 73.33%

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 18%
G = 73.33%
B = 8.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#36DC1A (or 0x36DC1A) is known color: Lime Green. HEX triplet: 36, DC and 1A. RGB value is (54,220,26). Sum of RGB (Red+Green+Blue) = 54+220+26=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DC1A is #C923E5. Grayscale: #949494. Windows color (decimal): -13181926 or 1760310. OLE color: 1760310.

HSL color Cylindrical-coordinate representation of color #36DC1A: hue angle of 111.34º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36DC1A is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 220 26 -
CMYK 0.75 0 0.88 0.14
HSL 111.34º 0.79% 0.48% -
HSV(B) 111.34º 0.88% 0.86% -
XYZ 27.3 52.05 9.58 -
YUV 148.25 59 60.77 -
System Red Green Blue C M Y K H S L
Decimal 54 220 26 0.75 0 0.88 0.14 111.34 0.79 0.48
Hex 36 DC 1A 4B 0 58 E 6F 4F 30
Octal 66 334 32 113 0 130 16 157 117 60
Binary 110110 11011100 11010 1001011 0 1011000 1110 1101111 1001111 110000

Color Harmonies of #36DC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DC1A

Black with #36DC1A

Text Example


Text Example

White with #36DC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,220,26); }

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

background-color css

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

 a { background-color: rgb(54,220,26); }

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

border-color css

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

 span { border-color: rgb(54,220,26); }

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