#3BDD15

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

Shades of Lime Green #3BDD15

Tints of Lime Green #3BDD15

Color information

#3BDD15 (or 0x3BDD15) is unknown color: approx Lime Green. HEX triplet: 3B, DD and 15. RGB value is (59,221,21). Sum of RGB (Red+Green+Blue) = 59+221+21=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDD15 is #C422EA. Grayscale: #969696. Windows color (decimal): -12853995 or 1432891. OLE color: 1432891.

HSL color Cylindrical-coordinate representation of color #3BDD15: hue angle of 108.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BDD15 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB5922121-
CMYK0.7300.900.13
HSL108.6º82.64%47.45%-
HSV(B)108.6º90.5%86.67%-
XYZ27.852.79.42-
YUV149.7655.3363.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 221 (86.72% from 255) = 73.42%
BLUE value IS 21 (8.59% from 255) = 6.98%
R=19.60%
G=73.42%
B=6.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal59221210.7300.900.13108.682.6447.45
Hex3BDD154905AD6d532f
Octal733352511101321515512357
Binary1110111101110110101100100101011010110111011011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDD15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BDD15; }

 p { color: rgb(59,221,21); }

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

<style>
 a { background-color: #3BDD15; }

 a { background-color: rgb(59,221,21); }

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

<style>
 span { border-color: #3BDD15; }

 span { border-color: rgb(59,221,21); }

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