#3AD942

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

Shades of Lime Green #3AD942

Tints of Lime Green #3AD942

Color information

#3AD942 (or 0x3AD942) is unknown color: approx Lime Green. HEX triplet: 3A, D9 and 42. RGB value is (58,217,66). Sum of RGB (Red+Green+Blue) = 58+217+66=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 217 (85.16% from 255 or 63.64% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD942 is #C526BD. Grayscale: #989898. Windows color (decimal): -12920510 or 4380986. OLE color: 4380986.

HSL color Cylindrical-coordinate representation of color #3AD942: hue angle of 123.02º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD942 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB5821766-
CMYK0.7300.700.15
HSL123.02º67.66%53.92%-
HSV(B)123.02º73.27%85.1%-
XYZ27.5450.9213.53-
YUV152.2479.3260.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.01%
GREEN value IS 217 (85.16% from 255) = 63.64%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=17.01%
G=63.64%
B=19.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal58217660.7300.700.15123.0267.6653.92
Hex3AD94249046F7b4436
Octal7233110211101061717310466
Binary111010110110011000010100100101000110111111110111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,217,66); }

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

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

 a { background-color: rgb(58,217,66); }

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

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

 span { border-color: rgb(58,217,66); }

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