#3BB53D

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

Shades of Lime Green #3BB53D

Tints of Lime Green #3BB53D

Color information

#3BB53D (or 0x3BB53D) is unknown color: approx Lime Green. HEX triplet: 3B, B5 and 3D. RGB value is (59,181,61). Sum of RGB (Red+Green+Blue) = 59+181+61=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #3BB53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB53D is #C44AC2. Grayscale: #838383. Windows color (decimal): -12864195 or 4044091. OLE color: 4044091.

HSL color Cylindrical-coordinate representation of color #3BB53D: hue angle of 120.98º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB53D is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB5918161-
CMYK0.6700.660.29
HSL120.98º50.83%47.06%-
HSV(B)120.98º67.4%70.98%-
XYZ19.1734.3110.03-
YUV130.8488.5876.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 181 (71.09% from 255) = 60.13%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=19.60%
G=60.13%
B=20.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal59181610.6700.660.29120.9850.8347.06
Hex3BB53D430421D79332f
Octal73265751030102351716357
Binary11101110110101111101100001101000010111011111001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,181,61); }

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

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

 a { background-color: rgb(59,181,61); }

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

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

 span { border-color: rgb(59,181,61); }

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