#3AD53B

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

Shades of Lime Green #3AD53B

Tints of Lime Green #3AD53B

Color information

#3AD53B (or 0x3AD53B) is unknown color: approx Lime Green. HEX triplet: 3A, D5 and 3B. RGB value is (58,213,59). Sum of RGB (Red+Green+Blue) = 58+213+59=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 213 (83.59% from 255 or 64.55% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD53B is #C52AC4. Grayscale: #959595. Windows color (decimal): -12921541 or 3921210. OLE color: 3921210.

HSL color Cylindrical-coordinate representation of color #3AD53B: hue angle of 120.39º 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 #3AD53B is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB5821359-
CMYK0.7300.720.16
HSL120.39º64.85%53.14%-
HSV(B)120.39º72.77%83.53%-
XYZ26.3348.812.17-
YUV149.177.1563.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.58%
GREEN value IS 213 (83.59% from 255) = 64.55%
BLUE value IS 59 (23.44% from 255) = 17.88%
R=17.58%
G=64.55%
B=17.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal58213590.7300.720.16120.3964.8553.14
Hex3AD53B4904810784135
Octal723257311101102017010165
Binary111010110101011110111001001010010001000011110001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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