#3AD048

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

Shades of Lime Green #3AD048

Tints of Lime Green #3AD048

Color information

#3AD048 (or 0x3AD048) is unknown color: approx Lime Green. HEX triplet: 3A, D0 and 48. RGB value is (58,208,72). Sum of RGB (Red+Green+Blue) = 58+208+72=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD048 is #C52FB7. Grayscale: #949494. Windows color (decimal): -12922808 or 4771898. OLE color: 4771898.

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

Color convert

RGB5820872-
CMYK0.7200.650.18
HSL125.6º61.48%52.16%-
HSV(B)125.6º72.12%81.57%-
XYZ25.4746.4813.76-
YUV147.6585.364.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.16%
GREEN value IS 208 (81.64% from 255) = 61.54%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=17.16%
G=61.54%
B=21.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58208720.7200.650.18125.661.4852.16
Hex3AD04848041127e3d34
Octal723201101100101221767564
Binary111010110100001001000100100001000001100101111110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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