#3AD357

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

Shades of Lime Green #3AD357

Tints of Lime Green #3AD357

Color information

#3AD357 (or 0x3AD357) is unknown color: approx Lime Green. HEX triplet: 3A, D3 and 57. RGB value is (58,211,87). Sum of RGB (Red+Green+Blue) = 58+211+87=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD357 is #C52CA8. Grayscale: #979797. Windows color (decimal): -12922025 or 5755706. OLE color: 5755706.

HSL color Cylindrical-coordinate representation of color #3AD357: hue angle of 131.37º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD357 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB5821187-
CMYK0.7300.590.17
HSL131.37º63.49%52.75%-
HSV(B)131.37º72.51%82.75%-
XYZ26.7648.1816.91-
YUV151.1291.8161.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.29%
GREEN value IS 211 (82.81% from 255) = 59.27%
BLUE value IS 87 (34.38% from 255) = 24.44%
R=16.29%
G=59.27%
B=24.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal58211870.7300.590.17131.3763.4952.75
Hex3AD3574903B11833f35
Octal72323127111073212037765
Binary111010110100111010111100100101110111000110000011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,211,87); }

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

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

 a { background-color: rgb(58,211,87); }

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

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

 span { border-color: rgb(58,211,87); }

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