#3BCD39

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

Shades of Lime Green #3BCD39

Tints of Lime Green #3BCD39

Color information

#3BCD39 (or 0x3BCD39) is unknown color: approx Lime Green. HEX triplet: 3B, CD and 39. RGB value is (59,205,57). Sum of RGB (Red+Green+Blue) = 59+205+57=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 205 (80.47% from 255 or 63.86% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCD39 is #C432C6. Grayscale: #909090. Windows color (decimal): -12858055 or 3788091. OLE color: 3788091.

HSL color Cylindrical-coordinate representation of color #3BCD39: hue angle of 119.19º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BCD39 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB5920557-
CMYK0.7100.720.20
HSL119.19º59.68%51.37%-
HSV(B)119.19º72.2%80.39%-
XYZ24.3744.8911.25-
YUV144.4778.6367.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 205 (80.47% from 255) = 63.86%
BLUE value IS 57 (22.66% from 255) = 17.76%
R=18.38%
G=63.86%
B=17.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal59205570.7100.720.20119.1959.6851.37
Hex3BCD394704814773c33
Octal73315711070110241677463
Binary11101111001101111001100011101001000101001110111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,205,57); }

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

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

 a { background-color: rgb(59,205,57); }

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

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

 span { border-color: rgb(59,205,57); }

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