Html Css Color HEX #36D950 Lime Green

📋 copy color: '#36D950'

red 54 ◦ green 217 ◦ blue 80

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

Shades of Lime Green #36D950

Tints of Lime Green #36D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 61.82%

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

R = 15.38%
G = 61.82%
B = 22.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#36D950 (or 0x36D950) is known color: Lime Green. HEX triplet: 36, D9 and 50. RGB value is (54,217,80). Sum of RGB (Red+Green+Blue) = 54+217+80=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 217 (85.16% from 255 or 61.82% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 217 - color contains mainly: green. Hex color #36D950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D950 is #C926AF. Grayscale: #999999. Windows color (decimal): -13182640 or 5298486. OLE color: 5298486.

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

Color convert

RGB 54 217 80 -
CMYK 0.75 0 0.63 0.15
HSL 129.57º 0.68% 0.53% -
HSV(B) 129.57º 0.75% 0.85% -
XYZ 27.78 50.99 15.97 -
YUV 152.65 87 57.64 -
System Red Green Blue C M Y K H S L
Decimal 54 217 80 0.75 0 0.63 0.15 129.57 0.68 0.53
Hex 36 D9 50 4B 0 3F F 82 44 35
Octal 66 331 120 113 0 77 17 202 104 65
Binary 110110 11011001 1010000 1001011 0 111111 1111 10000010 1000100 110101

Color Harmonies of #36D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D950

Black with #36D950

Text Example


Text Example

White with #36D950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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