#3BDB3F

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

Shades of Lime Green #3BDB3F

Tints of Lime Green #3BDB3F

Color information

#3BDB3F (or 0x3BDB3F) is unknown color: approx Lime Green. HEX triplet: 3B, DB and 3F. RGB value is (59,219,63). Sum of RGB (Red+Green+Blue) = 59+219+63=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 219 (85.94% from 255 or 64.22% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDB3F is #C424C0. Grayscale: #999999. Windows color (decimal): -12854465 or 4184891. OLE color: 4184891.

HSL color Cylindrical-coordinate representation of color #3BDB3F: hue angle of 121.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDB3F is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB5921963-
CMYK0.7300.710.14
HSL121.5º68.97%54.51%-
HSV(B)121.5º73.06%85.88%-
XYZ28.0351.9513.25-
YUV153.3876.9960.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.30%
GREEN value IS 219 (85.94% from 255) = 64.22%
BLUE value IS 63 (25% from 255) = 18.48%
R=17.30%
G=64.22%
B=18.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal59219630.7300.710.14121.568.9754.51
Hex3BDB3F49047E7a4537
Octal733337711101071617210567
Binary11101111011011111111100100101000111111011110101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,219,63); }

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

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

 a { background-color: rgb(59,219,63); }

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

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

 span { border-color: rgb(59,219,63); }

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