Html Css Color HEX #36C550 Lime Green

📋 copy color: '#36C550'

red 54 ◦ green 197 ◦ blue 80

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

Shades of Lime Green #36C550

Tints of Lime Green #36C550

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.52%

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 16.31%
G = 59.52%
B = 24.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#36C550 (or 0x36C550) is known color: Lime Green. HEX triplet: 36, C5 and 50. RGB value is (54,197,80). Sum of RGB (Red+Green+Blue) = 54+197+80=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #36C550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C550 is #C93AAF. Grayscale: #8D8D8D. Windows color (decimal): -13187760 or 5293366. OLE color: 5293366.

HSL color Cylindrical-coordinate representation of color #36C550: hue angle of 130.91º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C550 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 54 197 80 -
CMYK 0.73 0 0.59 0.23
HSL 130.91º 0.57% 0.49% -
HSV(B) 130.91º 0.73% 0.77% -
XYZ 22.94 41.3 14.35 -
YUV 140.91 93.62 66.01 -
System Red Green Blue C M Y K H S L
Decimal 54 197 80 0.73 0 0.59 0.23 130.91 0.57 0.49
Hex 36 C5 50 49 0 3B 17 83 39 31
Octal 66 305 120 111 0 73 27 203 71 61
Binary 110110 11000101 1010000 1001001 0 111011 10111 10000011 111001 110001

Color Harmonies of #36C550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C550

Black with #36C550

Text Example


Text Example

White with #36C550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,197,80); }

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

background-color css

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

 a { background-color: rgb(54,197,80); }

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

border-color css

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

 span { border-color: rgb(54,197,80); }

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