Html Css Color HEX #36DC44 Lime Green

📋 copy color: '#36DC44'

red 54 ◦ green 220 ◦ blue 68

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

Shades of Lime Green #36DC44

Tints of Lime Green #36DC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.88%

R = 15.79%
G = 64.33%
B = 19.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#36DC44 (or 0x36DC44) is known color: Lime Green. HEX triplet: 36, DC and 44. RGB value is (54,220,68). Sum of RGB (Red+Green+Blue) = 54+220+68=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DC44 is #C923BB. Grayscale: #999999. Windows color (decimal): -13181884 or 4512822. OLE color: 4512822.

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

Color convert

RGB 54 220 68 -
CMYK 0.75 0 0.69 0.14
HSL 125.06º 0.7% 0.54% -
HSV(B) 125.06º 0.75% 0.86% -
XYZ 28.16 52.39 14.1 -
YUV 153.04 80 57.36 -
System Red Green Blue C M Y K H S L
Decimal 54 220 68 0.75 0 0.69 0.14 125.06 0.7 0.54
Hex 36 DC 44 4B 0 45 E 7D 46 36
Octal 66 334 104 113 0 105 16 175 106 66
Binary 110110 11011100 1000100 1001011 0 1000101 1110 1111101 1000110 110110

Color Harmonies of #36DC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DC44

Black with #36DC44

Text Example


Text Example

White with #36DC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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