#3AD143

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

Shades of Lime Green #3AD143

Tints of Lime Green #3AD143

Color information

#3AD143 (or 0x3AD143) is unknown color: approx Lime Green. HEX triplet: 3A, D1 and 43. RGB value is (58,209,67). Sum of RGB (Red+Green+Blue) = 58+209+67=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 209 (82.03% from 255 or 62.57% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD143 is #C52EBC. Grayscale: #949494. Windows color (decimal): -12922557 or 4444474. OLE color: 4444474.

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

Color convert

RGB5820967-
CMYK0.7200.680.18
HSL123.58º62.14%52.35%-
HSV(B)123.58º72.25%81.96%-
XYZ25.5646.9113.02-
YUV147.6682.4764.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.37%
GREEN value IS 209 (82.03% from 255) = 62.57%
BLUE value IS 67 (26.56% from 255) = 20.06%
R=17.37%
G=62.57%
B=20.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58209670.7200.680.18123.5862.1452.35
Hex3AD14348044127c3e34
Octal723211031100104221747664
Binary111010110100011000011100100001000100100101111100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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