#3ae344

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

Shades of Lime Green #3AE344

Tints of Lime Green #3AE344

Color information

#3AE344 (or 0x3AE344) is unknown color: approx Lime Green. HEX triplet: 3A, E3 and 44. RGB value is (58,227,68). Sum of RGB (Red+Green+Blue) = 58+227+68=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 227 (89.06% from 255 or 64.31% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE344 is #C51CBB. Grayscale: #9E9E9E. Windows color (decimal): -12917948 or 4514618. OLE color: 4514618.

HSL color Cylindrical-coordinate representation of color #3AE344: hue angle of 123.55º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE344 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB5822768-
CMYK0.7400.700.11
HSL123.55º75.11%55.88%-
HSV(B)123.55º74.45%89.02%-
XYZ30.2656.2614.73-
YUV158.3477.0156.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.43%
GREEN value IS 227 (89.06% from 255) = 64.31%
BLUE value IS 68 (26.95% from 255) = 19.26%
R=16.43%
G=64.31%
B=19.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal58227680.7400.700.11123.5575.1155.88
Hex3AE3444A046B7c4b38
Octal7234310411201061317411370
Binary111010111000111000100100101001000110101111111001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ae344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,227,68); }

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

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

 a { background-color: rgb(58,227,68); }

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

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

 span { border-color: rgb(58,227,68); }

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