Html Css Color HEX #36C350 Lime Green

📋 copy color: '#36C350'

red 54 ◦ green 195 ◦ blue 80

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

Shades of Lime Green #36C350

Tints of Lime Green #36C350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.27%

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

R = 16.41%
G = 59.27%
B = 24.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#36C350 (or 0x36C350) is known color: Lime Green. HEX triplet: 36, C3 and 50. RGB value is (54,195,80). Sum of RGB (Red+Green+Blue) = 54+195+80=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #36C350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C350 is #C93CAF. Grayscale: #8C8C8C. Windows color (decimal): -13188272 or 5292854. OLE color: 5292854.

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

Color convert

RGB 54 195 80 -
CMYK 0.72 0 0.59 0.24
HSL 131.06º 0.57% 0.49% -
HSV(B) 131.06º 0.72% 0.76% -
XYZ 22.48 40.39 14.2 -
YUV 139.73 94.29 66.85 -
System Red Green Blue C M Y K H S L
Decimal 54 195 80 0.72 0 0.59 0.24 131.06 0.57 0.49
Hex 36 C3 50 48 0 3B 18 83 39 31
Octal 66 303 120 110 0 73 30 203 71 61
Binary 110110 11000011 1010000 1001000 0 111011 11000 10000011 111001 110001

Color Harmonies of #36C350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C350

Black with #36C350

Text Example


Text Example

White with #36C350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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