#36BD2D

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

Shades of Lime Green #36BD2D

Tints of Lime Green #36BD2D

Color information

#36BD2D (or 0x36BD2D) is unknown color: approx Lime Green. HEX triplet: 36, BD and 2D. RGB value is (54,189,45). Sum of RGB (Red+Green+Blue) = 54+189+45=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 189 (74.22% from 255 or 65.62% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 189 - color contains mainly: green. Hex color #36BD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BD2D is #C942D2. Grayscale: #848484. Windows color (decimal): -13189843 or 2997558. OLE color: 2997558.

HSL color Cylindrical-coordinate representation of color #36BD2D: hue angle of 116.25º degrees, saturation: 0.62, 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 #36BD2D is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB5418945-
CMYK0.7100.760.26
HSL116.25º61.54%45.88%-
HSV(B)116.25º76.19%74.12%-
XYZ20.1937.378.63-
YUV132.2278.7772.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.75%
GREEN value IS 189 (74.22% from 255) = 65.62%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=18.75%
G=65.62%
B=15.62%

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
Decimal54189450.7100.760.26116.2561.5445.88
Hex36BD2D4704C1A743e2e
Octal66275551070114321647656
Binary11011010111101101101100011101001100110101110100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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