#3BBB3D

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

Shades of Lime Green #3BBB3D

Tints of Lime Green #3BBB3D

Color information

#3BBB3D (or 0x3BBB3D) is unknown color: approx Lime Green. HEX triplet: 3B, BB and 3D. RGB value is (59,187,61). Sum of RGB (Red+Green+Blue) = 59+187+61=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 187 (73.44% from 255 or 60.91% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 187 - color contains mainly: green. Hex color #3BBB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBB3D is #C444C2. Grayscale: #868686. Windows color (decimal): -12862659 or 4045627. OLE color: 4045627.

HSL color Cylindrical-coordinate representation of color #3BBB3D: hue angle of 120.94º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BBB3D is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB5918761-
CMYK0.6800.670.27
HSL120.94º52.03%48.24%-
HSV(B)120.94º68.45%73.33%-
XYZ20.4236.8110.44-
YUV134.3686.5974.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 187 (73.44% from 255) = 60.91%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=19.22%
G=60.91%
B=19.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal59187610.6800.670.27120.9452.0348.24
Hex3BBB3D440431B793430
Octal73273751040103331716460
Binary11101110111011111101100010001000011110111111001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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