#3BD916

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

Shades of Lime Green #3BD916

Tints of Lime Green #3BD916

Color information

#3BD916 (or 0x3BD916) is unknown color: approx Lime Green. HEX triplet: 3B, D9 and 16. RGB value is (59,217,22). Sum of RGB (Red+Green+Blue) = 59+217+22=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 217 (85.16% from 255 or 72.82% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD916 is #C426E9. Grayscale: #949494. Windows color (decimal): -12855018 or 1497403. OLE color: 1497403.

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

Color convert

RGB5921722-
CMYK0.7300.900.15
HSL108.62º81.59%46.86%-
HSV(B)108.62º89.86%85.1%-
XYZ26.7650.619.12-
YUV147.5357.1564.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.80%
GREEN value IS 217 (85.16% from 255) = 72.82%
BLUE value IS 22 (8.98% from 255) = 7.38%
R=19.80%
G=72.82%
B=7.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal59217220.7300.900.15108.6281.5946.86
Hex3BD9164905AF6d522f
Octal733312611101321715512257
Binary1110111101100110110100100101011010111111011011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,217,22); }

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

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

 a { background-color: rgb(59,217,22); }

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

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

 span { border-color: rgb(59,217,22); }

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