#36BC3B

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

Shades of Lime Green #36BC3B

Tints of Lime Green #36BC3B

Color information

#36BC3B (or 0x36BC3B) is unknown color: approx Lime Green. HEX triplet: 36, BC and 3B. RGB value is (54,188,59). Sum of RGB (Red+Green+Blue) = 54+188+59=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BC3B is #C943C4. Grayscale: #858585. Windows color (decimal): -13190085 or 3914806. OLE color: 3914806.

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

Color convert

RGB5418859-
CMYK0.7100.690.26
HSL122.24º55.37%47.45%-
HSV(B)122.24º71.28%73.73%-
XYZ20.2937.0710.22-
YUV133.2386.1171.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 188 (73.83% from 255) = 62.46%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=17.94%
G=62.46%
B=19.60%

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
Decimal54188590.7100.690.26122.2455.3747.45
Hex36BC3B470451A7a372f
Octal66274731070105321726757
Binary11011010111100111011100011101000101110101111010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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