#3BBC32

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

Shades of Lime Green #3BBC32

Tints of Lime Green #3BBC32

Color information

#3BBC32 (or 0x3BBC32) is unknown color: approx Lime Green. HEX triplet: 3B, BC and 32. RGB value is (59,188,50). Sum of RGB (Red+Green+Blue) = 59+188+50=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC32 is #C443CD. Grayscale: #868686. Windows color (decimal): -12862414 or 3324987. OLE color: 3324987.

HSL color Cylindrical-coordinate representation of color #3BBC32: hue angle of 116.09º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BBC32 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB5918850-
CMYK0.6900.730.26
HSL116.09º57.98%46.67%-
HSV(B)116.09º73.4%73.73%-
XYZ20.3637.139.11-
YUV133.780.7674.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 188 (73.83% from 255) = 63.30%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=19.87%
G=63.30%
B=16.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal59188500.6900.730.26116.0957.9846.67
Hex3BBC32450491A743a2f
Octal73274621050111321647257
Binary11101110111100110010100010101001001110101110100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,188,50); }

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

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

 a { background-color: rgb(59,188,50); }

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

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

 span { border-color: rgb(59,188,50); }

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