#4ace3e

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

Shades of Lime Green #4ACE3E

Tints of Lime Green #4ACE3E

Color information

#4ACE3E (or 0x4ACE3E) is unknown color: approx Lime Green. HEX triplet: 4A, CE and 3E. RGB value is (74,206,62). Sum of RGB (Red+Green+Blue) = 74+206+62=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACE3E is #B531C1. Grayscale: #969696. Windows color (decimal): -11874754 or 4116042. OLE color: 4116042.

HSL color Cylindrical-coordinate representation of color #4ACE3E: hue angle of 115º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ACE3E is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB7420662-
CMYK0.6400.700.19
HSL115º59.5%52.55%-
HSV(B)115º69.9%80.78%-
XYZ25.7645.9512.07-
YUV150.1278.2773.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.64%
GREEN value IS 206 (80.86% from 255) = 60.23%
BLUE value IS 62 (24.61% from 255) = 18.13%
R=21.64%
G=60.23%
B=18.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal74206620.6400.700.1911559.552.55
Hex4ACE3E4004613733c35
Octal112316761000106231637465
Binary100101011001110111110100000001000110100111110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ace3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ace3e; }

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

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

<style>
 a { background-color: #4ace3e; }

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

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

<style>
 span { border-color: #4ace3e; }

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

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