#3BCA52

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

Shades of Lime Green #3BCA52

Tints of Lime Green #3BCA52

Color information

#3BCA52 (or 0x3BCA52) is unknown color: approx Lime Green. HEX triplet: 3B, CA and 52. RGB value is (59,202,82). Sum of RGB (Red+Green+Blue) = 59+202+82=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCA52 is #C435AD. Grayscale: #919191. Windows color (decimal): -12858798 or 5425723. OLE color: 5425723.

HSL color Cylindrical-coordinate representation of color #3BCA52: hue angle of 129.65º 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 #3BCA52 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB5920282-
CMYK0.7100.590.21
HSL129.65º57.43%51.18%-
HSV(B)129.65º70.79%79.22%-
XYZ24.4543.7815.14-
YUV145.5692.1266.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.20%
GREEN value IS 202 (79.30% from 255) = 58.89%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=17.20%
G=58.89%
B=23.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59202820.7100.590.21129.6557.4351.18
Hex3BCA524703B15823933
Octal73312122107073252027163
Binary111011110010101010010100011101110111010110000010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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