Html Css Color HEX #36DC34 Lime Green

📋 copy color: '#36DC34'

red 54 ◦ green 220 ◦ blue 52

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

Shades of Lime Green #36DC34

Tints of Lime Green #36DC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 16.56%
G = 67.48%
B = 15.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#36DC34 (or 0x36DC34) is known color: Lime Green. HEX triplet: 36, DC and 34. RGB value is (54,220,52). Sum of RGB (Red+Green+Blue) = 54+220+52=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DC34 is #C923CB. Grayscale: #979797. Windows color (decimal): -13181900 or 3464246. OLE color: 3464246.

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

Color convert

RGB 54 220 52 -
CMYK 0.75 0 0.76 0.14
HSL 119.29º 0.71% 0.53% -
HSV(B) 119.29º 0.76% 0.86% -
XYZ 27.73 52.22 11.87 -
YUV 151.21 72 58.66 -
System Red Green Blue C M Y K H S L
Decimal 54 220 52 0.75 0 0.76 0.14 119.29 0.71 0.53
Hex 36 DC 34 4B 0 4C E 77 47 35
Octal 66 334 64 113 0 114 16 167 107 65
Binary 110110 11011100 110100 1001011 0 1001100 1110 1110111 1000111 110101

Color Harmonies of #36DC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DC34

Black with #36DC34

Text Example


Text Example

White with #36DC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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