Html Css Color HEX #36E350 Lime Green

📋 copy color: '#36E350'

red 54 ◦ green 227 ◦ blue 80

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

Shades of Lime Green #36E350

Tints of Lime Green #36E350

RGB

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

 GREEN value IS 227 (89.06% from 255) = 62.88%

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

R = 14.96%
G = 62.88%
B = 22.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#36E350 (or 0x36E350) is known color: Lime Green. HEX triplet: 36, E3 and 50. RGB value is (54,227,80). Sum of RGB (Red+Green+Blue) = 54+227+80=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 227 (89.06% from 255 or 62.88% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 227 - color contains mainly: green. Hex color #36E350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36E350 is #C91CAF. Grayscale: #9E9E9E. Windows color (decimal): -13180080 or 5301046. OLE color: 5301046.

HSL color Cylindrical-coordinate representation of color #36E350: hue angle of 129.02º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E350 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 54 227 80 -
CMYK 0.76 0 0.65 0.11
HSL 129.02º 0.76% 0.55% -
HSV(B) 129.02º 0.76% 0.89% -
XYZ 30.44 56.3 16.85 -
YUV 158.52 83.69 53.45 -
System Red Green Blue C M Y K H S L
Decimal 54 227 80 0.76 0 0.65 0.11 129.02 0.76 0.55
Hex 36 E3 50 4C 0 41 B 81 4C 37
Octal 66 343 120 114 0 101 13 201 114 67
Binary 110110 11100011 1010000 1001100 0 1000001 1011 10000001 1001100 110111

Color Harmonies of #36E350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E350

Black with #36E350

Text Example


Text Example

White with #36E350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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