#3ACE4A

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

Shades of Lime Green #3ACE4A

Tints of Lime Green #3ACE4A

Color information

#3ACE4A (or 0x3ACE4A) is unknown color: approx Lime Green. HEX triplet: 3A, CE and 4A. RGB value is (58,206,74). Sum of RGB (Red+Green+Blue) = 58+206+74=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 206 (80.86% from 255 or 60.95% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACE4A is #C531B5. Grayscale: #939393. Windows color (decimal): -12923318 or 4902458. OLE color: 4902458.

HSL color Cylindrical-coordinate representation of color #3ACE4A: hue angle of 126.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACE4A is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB5820674-
CMYK0.7200.640.19
HSL126.49º60.16%51.76%-
HSV(B)126.49º71.84%80.78%-
XYZ25.0545.5413.95-
YUV146.786.9764.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.16%
GREEN value IS 206 (80.86% from 255) = 60.95%
BLUE value IS 74 (29.30% from 255) = 21.89%
R=17.16%
G=60.95%
B=21.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal58206740.7200.640.19126.4960.1651.76
Hex3ACE4A48040137e3c34
Octal723161121100100231767464
Binary111010110011101001010100100001000000100111111110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,206,74); }

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

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

 a { background-color: rgb(58,206,74); }

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

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

 span { border-color: rgb(58,206,74); }

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