#36BD3B

Color #36BD3B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #36BD3B

Tints of Lime Green #36BD3B

Color information

#36BD3B (or 0x36BD3B) is unknown color: approx Lime Green. HEX triplet: 36, BD and 3B. RGB value is (54,189,59). Sum of RGB (Red+Green+Blue) = 54+189+59=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #36BD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BD3B is #C942C4. Grayscale: #868686. Windows color (decimal): -13189829 or 3915062. OLE color: 3915062.

HSL color Cylindrical-coordinate representation of color #36BD3B: hue angle of 122.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BD3B is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB5418959-
CMYK0.7100.690.26
HSL122.22º55.56%47.65%-
HSV(B)122.22º71.43%74.12%-
XYZ20.5137.510.29-
YUV133.8285.7771.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 189 (74.22% from 255) = 62.58%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=17.88%
G=62.58%
B=19.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal54189590.7100.690.26122.2255.5647.65
Hex36BD3B470451A7a3830
Octal66275731070105321727060
Binary11011010111101111011100011101000101110101111010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,189,59); }

 H1.HeaderClassName
 {
   color: #36BD3B;
 }
 .AnyTagClassName
 {
   color: #36BD3B;
 }
</style>
background-color css

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

 a { background-color: rgb(54,189,59); }

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

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

 span { border-color: rgb(54,189,59); }

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