Html Css Color HEX #36DC3E Lime Green

📋 copy color: '#36DC3E'

red 54 ◦ green 220 ◦ blue 62

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

Shades of Lime Green #36DC3E

Tints of Lime Green #36DC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 16.07%
G = 65.48%
B = 18.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#36DC3E (or 0x36DC3E) is known color: Lime Green. HEX triplet: 36, DC and 3E. RGB value is (54,220,62). Sum of RGB (Red+Green+Blue) = 54+220+62=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DC3E is #C923C1. Grayscale: #989898. Windows color (decimal): -13181890 or 4119606. OLE color: 4119606.

HSL color Cylindrical-coordinate representation of color #36DC3E: hue angle of 122.89º 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 #36DC3E is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 220 62 -
CMYK 0.75 0 0.72 0.14
HSL 122.89º 0.7% 0.54% -
HSV(B) 122.89º 0.75% 0.86% -
XYZ 27.98 52.32 13.18 -
YUV 152.35 77 57.85 -
System Red Green Blue C M Y K H S L
Decimal 54 220 62 0.75 0 0.72 0.14 122.89 0.7 0.54
Hex 36 DC 3E 4B 0 48 E 7B 46 36
Octal 66 334 76 113 0 110 16 173 106 66
Binary 110110 11011100 111110 1001011 0 1001000 1110 1111011 1000110 110110

Color Harmonies of #36DC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DC3E

Black with #36DC3E

Text Example


Text Example

White with #36DC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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