#4AE645

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

Shades of Lime Green #4AE645

Tints of Lime Green #4AE645

Color information

#4AE645 (or 0x4AE645) is unknown color: approx Lime Green. HEX triplet: 4A, E6 and 45. RGB value is (74,230,69). Sum of RGB (Red+Green+Blue) = 74+230+69=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 230 (90.23% from 255 or 61.66% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE645 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE645 is #B519BA. Grayscale: #A5A5A5. Windows color (decimal): -11868603 or 4580938. OLE color: 4580938.

HSL color Cylindrical-coordinate representation of color #4AE645: hue angle of 118.14º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AE645 is Cyan = 0.68, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB7423069-
CMYK0.6800.70.10
HSL118.14º76.3%58.63%-
HSV(B)118.14º70%90.2%-
XYZ32.258.4815.22-
YUV16573.8263.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.84%
GREEN value IS 230 (90.23% from 255) = 61.66%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=19.84%
G=61.66%
B=18.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal74230690.6800.70.10118.1476.358.63
Hex4AE64544046A764c3b
Octal11234610510401061216611473
Binary1001010111001101000101100010001000110101011101101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,230,69); }

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

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

 a { background-color: rgb(74,230,69); }

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

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

 span { border-color: rgb(74,230,69); }

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