#3AD043

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

Shades of Lime Green #3AD043

Tints of Lime Green #3AD043

Color information

#3AD043 (or 0x3AD043) is unknown color: approx Lime Green. HEX triplet: 3A, D0 and 43. RGB value is (58,208,67). Sum of RGB (Red+Green+Blue) = 58+208+67=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD043 is #C52FBC. Grayscale: #939393. Windows color (decimal): -12922813 or 4444218. OLE color: 4444218.

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

Color convert

RGB5820867-
CMYK0.7200.680.18
HSL123.6º61.48%52.16%-
HSV(B)123.6º72.12%81.57%-
XYZ25.3146.4212.94-
YUV147.0882.864.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.42%
GREEN value IS 208 (81.64% from 255) = 62.46%
BLUE value IS 67 (26.56% from 255) = 20.12%
R=17.42%
G=62.46%
B=20.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58208670.7200.680.18123.661.4852.16
Hex3AD04348044127c3d34
Octal723201031100104221747564
Binary111010110100001000011100100001000100100101111100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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