#3AD037

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

Shades of Lime Green #3AD037

Tints of Lime Green #3AD037

Color information

#3AD037 (or 0x3AD037) is unknown color: approx Lime Green. HEX triplet: 3A, D0 and 37. RGB value is (58,208,55). Sum of RGB (Red+Green+Blue) = 58+208+55=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD037 is #C52FC8. Grayscale: #929292. Windows color (decimal): -12922825 or 3657786. OLE color: 3657786.

HSL color Cylindrical-coordinate representation of color #3AD037: hue angle of 118.82º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AD037 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB5820855-
CMYK0.7200.740.18
HSL118.82º61.94%51.57%-
HSV(B)118.82º73.56%81.57%-
XYZ24.9946.2911.23-
YUV145.7176.8165.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 208 (81.64% from 255) = 64.80%
BLUE value IS 55 (21.88% from 255) = 17.13%
R=18.07%
G=64.80%
B=17.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58208550.7200.740.18118.8261.9451.57
Hex3AD0374804A12773e34
Octal72320671100112221677664
Binary11101011010000110111100100001001010100101110111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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