#3AD552

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

Shades of Lime Green #3AD552

Tints of Lime Green #3AD552

Color information

#3AD552 (or 0x3AD552) is unknown color: approx Lime Green. HEX triplet: 3A, D5 and 52. RGB value is (58,213,82). Sum of RGB (Red+Green+Blue) = 58+213+82=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD552 is #C52AAD. Grayscale: #989898. Windows color (decimal): -12921518 or 5428538. OLE color: 5428538.

HSL color Cylindrical-coordinate representation of color #3AD552: hue angle of 129.29º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD552 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB5821382-
CMYK0.7300.620.16
HSL129.29º64.85%53.14%-
HSV(B)129.29º72.77%83.53%-
XYZ27.0649.116.03-
YUV151.7288.6561.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.43%
GREEN value IS 213 (83.59% from 255) = 60.34%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=16.43%
G=60.34%
B=23.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal58213820.7300.620.16129.2964.8553.14
Hex3AD5524903E10814135
Octal723251221110762020110165
Binary1110101101010110100101001001011111010000100000011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,213,82); }

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

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

 a { background-color: rgb(58,213,82); }

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

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

 span { border-color: rgb(58,213,82); }

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