#3BCA51

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

Shades of Lime Green #3BCA51

Tints of Lime Green #3BCA51

Color information

#3BCA51 (or 0x3BCA51) is unknown color: approx Lime Green. HEX triplet: 3B, CA and 51. RGB value is (59,202,81). Sum of RGB (Red+Green+Blue) = 59+202+81=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCA51 is #C435AE. Grayscale: #919191. Windows color (decimal): -12858799 or 5360187. OLE color: 5360187.

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

Color convert

RGB5920281-
CMYK0.7100.600.21
HSL129.23º57.43%51.18%-
HSV(B)129.23º70.79%79.22%-
XYZ24.4143.7614.95-
YUV145.4591.6266.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.25%
GREEN value IS 202 (79.30% from 255) = 59.06%
BLUE value IS 81 (32.03% from 255) = 23.68%
R=17.25%
G=59.06%
B=23.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59202810.7100.600.21129.2357.4351.18
Hex3BCA514703C15813933
Octal73312121107074252017163
Binary111011110010101010001100011101111001010110000001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,202,81); }

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

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

 a { background-color: rgb(59,202,81); }

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

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

 span { border-color: rgb(59,202,81); }

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