#4ACF2E

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

Shades of Lime Green #4ACF2E

Tints of Lime Green #4ACF2E

Color information

#4ACF2E (or 0x4ACF2E) is unknown color: approx Lime Green. HEX triplet: 4A, CF and 2E. RGB value is (74,207,46). Sum of RGB (Red+Green+Blue) = 74+207+46=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 207 (81.25% from 255 or 63.30% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACF2E is #B530D1. Grayscale: #959595. Windows color (decimal): -11874514 or 3067722. OLE color: 3067722.

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

Color convert

RGB7420746-
CMYK0.6400.780.19
HSL109.57º63.64%49.61%-
HSV(B)109.57º77.78%81.18%-
XYZ25.6346.2810.17-
YUV148.8869.9474.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.63%
GREEN value IS 207 (81.25% from 255) = 63.30%
BLUE value IS 46 (18.36% from 255) = 14.07%
R=22.63%
G=63.30%
B=14.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal74207460.6400.780.19109.5763.6449.61
Hex4ACF2E4004E136e4032
Octal1123175610001162315610062
Binary1001010110011111011101000000010011101001111011101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,207,46); }

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

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

 a { background-color: rgb(74,207,46); }

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

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

 span { border-color: rgb(74,207,46); }

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