#3AD441

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

Shades of Lime Green #3AD441

Tints of Lime Green #3AD441

Color information

#3AD441 (or 0x3AD441) is unknown color: approx Lime Green. HEX triplet: 3A, D4 and 41. RGB value is (58,212,65). Sum of RGB (Red+Green+Blue) = 58+212+65=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 212 (83.20% from 255 or 63.28% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD441 is #C52BBE. Grayscale: #959595. Windows color (decimal): -12921791 or 4314170. OLE color: 4314170.

HSL color Cylindrical-coordinate representation of color #3AD441: hue angle of 122.73º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD441 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB5821265-
CMYK0.7300.690.17
HSL122.73º64.17%52.94%-
HSV(B)122.73º72.64%83.14%-
XYZ26.2448.3712.95-
YUV149.280.4862.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.31%
GREEN value IS 212 (83.20% from 255) = 63.28%
BLUE value IS 65 (25.78% from 255) = 19.40%
R=17.31%
G=63.28%
B=19.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal58212650.7300.690.17122.7364.1752.94
Hex3AD44149045117b4035
Octal7232410111101052117310065
Binary1110101101010010000011001001010001011000111110111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,212,65); }

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

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

 a { background-color: rgb(58,212,65); }

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

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

 span { border-color: rgb(58,212,65); }

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