#3bf529

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

Shades of Lime Green #3BF529

Tints of Lime Green #3BF529

Color information

#3BF529 (or 0x3BF529) is unknown color: approx Lime Green. HEX triplet: 3B, F5 and 29. RGB value is (59,245,41). Sum of RGB (Red+Green+Blue) = 59+245+41=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 245 (96.09% from 255 or 71.01% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF529 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF529 is #C40AD6. Grayscale: #A6A6A6. Windows color (decimal): -12847831 or 2749755. OLE color: 2749755.

HSL color Cylindrical-coordinate representation of color #3BF529: hue angle of 114.71º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3BF529 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB5924541-
CMYK0.7600.830.04
HSL114.71º91.07%56.08%-
HSV(B)114.71º83.27%96.08%-
XYZ34.8666.3913.08-
YUV166.1357.3851.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.10%
GREEN value IS 245 (96.09% from 255) = 71.01%
BLUE value IS 41 (16.41% from 255) = 11.88%
R=17.10%
G=71.01%
B=11.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal59245410.7600.830.04114.7191.0756.08
Hex3BF5294C0534735b38
Octal73365511140123416313370
Binary1110111111010110100110011000101001110011100111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bf529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,245,41); }

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

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

 a { background-color: rgb(59,245,41); }

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

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

 span { border-color: rgb(59,245,41); }

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