Html Css Color HEX #36DD27 Lime Green

📋 copy color: '#36DD27'

red 54 ◦ green 221 ◦ blue 39

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

Shades of Lime Green #36DD27

Tints of Lime Green #36DD27

RGB

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

 GREEN value IS 221 (86.72% from 255) = 70.38%

 BLUE value IS 39 (15.63% from 255) = 12.42%

R = 17.2%
G = 70.38%
B = 12.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#36DD27 (or 0x36DD27) is known color: Lime Green. HEX triplet: 36, DD and 27. RGB value is (54,221,39). Sum of RGB (Red+Green+Blue) = 54+221+39=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #36DD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DD27 is #C922D8. Grayscale: #969696. Windows color (decimal): -13181657 or 2612534. OLE color: 2612534.

HSL color Cylindrical-coordinate representation of color #36DD27: hue angle of 115.05º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36DD27 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 221 39 -
CMYK 0.76 0 0.82 0.13
HSL 115.05º 0.73% 0.51% -
HSV(B) 115.05º 0.82% 0.87% -
XYZ 27.74 52.64 10.62 -
YUV 150.32 65.17 59.3 -
System Red Green Blue C M Y K H S L
Decimal 54 221 39 0.76 0 0.82 0.13 115.05 0.73 0.51
Hex 36 DD 27 4C 0 52 D 73 49 33
Octal 66 335 47 114 0 122 15 163 111 63
Binary 110110 11011101 100111 1001100 0 1010010 1101 1110011 1001001 110011

Color Harmonies of #36DD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DD27

Black with #36DD27

Text Example


Text Example

White with #36DD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,221,39); }

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

background-color css

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

 a { background-color: rgb(54,221,39); }

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

border-color css

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

 span { border-color: rgb(54,221,39); }

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