#3BDB32

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

Shades of Lime Green #3BDB32

Tints of Lime Green #3BDB32

Color information

#3BDB32 (or 0x3BDB32) is unknown color: approx Lime Green. HEX triplet: 3B, DB and 32. RGB value is (59,219,50). Sum of RGB (Red+Green+Blue) = 59+219+50=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 219 (85.94% from 255 or 66.77% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDB32 is #C424CD. Grayscale: #989898. Windows color (decimal): -12854478 or 3332923. OLE color: 3332923.

HSL color Cylindrical-coordinate representation of color #3BDB32: hue angle of 116.8º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BDB32 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB5921950-
CMYK0.7300.770.14
HSL116.8º70.12%52.75%-
HSV(B)116.8º77.17%85.88%-
XYZ27.7151.8211.56-
YUV151.8970.4961.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.99%
GREEN value IS 219 (85.94% from 255) = 66.77%
BLUE value IS 50 (19.92% from 255) = 15.24%
R=17.99%
G=66.77%
B=15.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal59219500.7300.770.14116.870.1252.75
Hex3BDB324904DE754635
Octal733336211101151616510665
Binary11101111011011110010100100101001101111011101011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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