#3BC931

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

Shades of Lime Green #3BC931

Tints of Lime Green #3BC931

Color information

#3BC931 (or 0x3BC931) is unknown color: approx Lime Green. HEX triplet: 3B, C9 and 31. RGB value is (59,201,49). Sum of RGB (Red+Green+Blue) = 59+201+49=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 201 (78.91% from 255 or 65.05% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC931 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC931 is #C436CE. Grayscale: #8D8D8D. Windows color (decimal): -12859087 or 3262779. OLE color: 3262779.

HSL color Cylindrical-coordinate representation of color #3BC931: hue angle of 116.05º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BC931 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB5920149-
CMYK0.7100.760.21
HSL116.05º60.8%49.02%-
HSV(B)116.05º75.62%78.82%-
XYZ23.2442.929.97-
YUV141.2175.9669.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.09%
GREEN value IS 201 (78.91% from 255) = 65.05%
BLUE value IS 49 (19.53% from 255) = 15.86%
R=19.09%
G=65.05%
B=15.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59201490.7100.760.21116.0560.849.02
Hex3BC9314704C15743d31
Octal73311611070114251647561
Binary11101111001001110001100011101001100101011110100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,201,49); }

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

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

 a { background-color: rgb(59,201,49); }

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

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

 span { border-color: rgb(59,201,49); }

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