#3AD144

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

Shades of Lime Green #3AD144

Tints of Lime Green #3AD144

Color information

#3AD144 (or 0x3AD144) is unknown color: approx Lime Green. HEX triplet: 3A, D1 and 44. RGB value is (58,209,68). Sum of RGB (Red+Green+Blue) = 58+209+68=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 209 (82.03% from 255 or 62.39% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD144 is #C52EBB. Grayscale: #949494. Windows color (decimal): -12922556 or 4510010. OLE color: 4510010.

HSL color Cylindrical-coordinate representation of color #3AD144: hue angle of 123.97º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD144 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB5820968-
CMYK0.7200.670.18
HSL123.97º62.14%52.35%-
HSV(B)123.97º72.25%81.96%-
XYZ25.5946.9213.18-
YUV147.7882.9763.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.31%
GREEN value IS 209 (82.03% from 255) = 62.39%
BLUE value IS 68 (26.95% from 255) = 20.30%
R=17.31%
G=62.39%
B=20.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58209680.7200.670.18123.9762.1452.35
Hex3AD14448043127c3e34
Octal723211041100103221747664
Binary111010110100011000100100100001000011100101111100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,209,68); }

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

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

 a { background-color: rgb(58,209,68); }

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

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

 span { border-color: rgb(58,209,68); }

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