#3AD748

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

Shades of Lime Green #3AD748

Tints of Lime Green #3AD748

Color information

#3AD748 (or 0x3AD748) is unknown color: approx Lime Green. HEX triplet: 3A, D7 and 48. RGB value is (58,215,72). Sum of RGB (Red+Green+Blue) = 58+215+72=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD748 is #C528B7. Grayscale: #989898. Windows color (decimal): -12921016 or 4773690. OLE color: 4773690.

HSL color Cylindrical-coordinate representation of color #3AD748: hue angle of 125.35º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD748 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB5821572-
CMYK0.7300.670.16
HSL125.35º66.24%53.53%-
HSV(B)125.35º73.02%84.31%-
XYZ27.2249.9714.34-
YUV151.7682.9961.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.81%
GREEN value IS 215 (84.38% from 255) = 62.32%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=16.81%
G=62.32%
B=20.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal58215720.7300.670.16125.3566.2453.53
Hex3AD74849043107d4236
Octal7232711011101032017510266
Binary1110101101011110010001001001010000111000011111011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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