#3AD04E

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

Shades of Lime Green #3AD04E

Tints of Lime Green #3AD04E

Color information

#3AD04E (or 0x3AD04E) is unknown color: approx Lime Green. HEX triplet: 3A, D0 and 4E. RGB value is (58,208,78). Sum of RGB (Red+Green+Blue) = 58+208+78=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD04E is #C52FB1. Grayscale: #949494. Windows color (decimal): -12922802 or 5165114. OLE color: 5165114.

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

Color convert

RGB5820878-
CMYK0.7200.620.18
HSL128º61.48%52.16%-
HSV(B)128º72.12%81.57%-
XYZ25.6846.5614.84-
YUV148.3388.363.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.86%
GREEN value IS 208 (81.64% from 255) = 60.47%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=16.86%
G=60.47%
B=22.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58208780.7200.620.1812861.4852.16
Hex3AD04E4803E12803d34
Octal72320116110076222007564
Binary111010110100001001110100100001111101001010000000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,208,78); }

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

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

 a { background-color: rgb(58,208,78); }

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

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

 span { border-color: rgb(58,208,78); }

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