#36BC2D

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

Shades of Lime Green #36BC2D

Tints of Lime Green #36BC2D

Color information

#36BC2D (or 0x36BC2D) is unknown color: approx Lime Green. HEX triplet: 36, BC and 2D. RGB value is (54,188,45). Sum of RGB (Red+Green+Blue) = 54+188+45=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BC2D is #C943D2. Grayscale: #848484. Windows color (decimal): -13190099 or 2997302. OLE color: 2997302.

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

Color convert

RGB5418845-
CMYK0.7100.760.26
HSL116.22º61.37%45.69%-
HSV(B)116.22º76.06%73.73%-
XYZ19.9836.948.56-
YUV131.6379.1172.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 188 (73.83% from 255) = 65.51%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=18.82%
G=65.51%
B=15.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal54188450.7100.760.26116.2261.3745.69
Hex36BC2D4704C1A743d2e
Octal66274551070114321647556
Binary11011010111100101101100011101001100110101110100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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