Html Css Color HEX #36D812 Lime Green

📋 copy color: '#36D812'

red 54 ◦ green 216 ◦ blue 18

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

Shades of Lime Green #36D812

Tints of Lime Green #36D812

RGB

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

 GREEN value IS 216 (84.77% from 255) = 75%

 BLUE value IS 18 (7.42% from 255) = 6.25%

R = 18.75%
G = 75%
B = 6.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#36D812 (or 0x36D812) is known color: Lime Green. HEX triplet: 36, D8 and 12. RGB value is (54,216,18). Sum of RGB (Red+Green+Blue) = 54+216+18=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 216 (84.77% from 255 or 75% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 216 - color contains mainly: green. Hex color #36D812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D812 is #C927ED. Grayscale: #919191. Windows color (decimal): -13182958 or 1234998. OLE color: 1234998.

HSL color Cylindrical-coordinate representation of color #36D812: hue angle of 109.09º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36D812 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 216 18 -
CMYK 0.75 0 0.92 0.15
HSL 109.09º 0.85% 0.46% -
HSV(B) 109.09º 0.92% 0.85% -
XYZ 26.19 49.94 8.83 -
YUV 144.99 56.33 63.1 -
System Red Green Blue C M Y K H S L
Decimal 54 216 18 0.75 0 0.92 0.15 109.09 0.85 0.46
Hex 36 D8 12 4B 0 5C F 6D 55 2E
Octal 66 330 22 113 0 134 17 155 125 56
Binary 110110 11011000 10010 1001011 0 1011100 1111 1101101 1010101 101110

Color Harmonies of #36D812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D812

Black with #36D812

Text Example


Text Example

White with #36D812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,216,18); }

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

background-color css

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

 a { background-color: rgb(54,216,18); }

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

border-color css

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

 span { border-color: rgb(54,216,18); }

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