#4ACF33

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

Shades of Lime Green #4ACF33

Tints of Lime Green #4ACF33

Color information

#4ACF33 (or 0x4ACF33) is unknown color: approx Lime Green. HEX triplet: 4A, CF and 33. RGB value is (74,207,51). Sum of RGB (Red+Green+Blue) = 74+207+51=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACF33 is #B530CC. Grayscale: #959595. Windows color (decimal): -11874509 or 3395402. OLE color: 3395402.

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

Color convert

RGB7420751-
CMYK0.6400.750.19
HSL111.15º61.9%50.59%-
HSV(B)111.15º75.36%81.18%-
XYZ25.7346.3210.72-
YUV149.4572.4474.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 207 (81.25% from 255) = 62.35%
BLUE value IS 51 (20.31% from 255) = 15.36%
R=22.29%
G=62.35%
B=15.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal74207510.6400.750.19111.1561.950.59
Hex4ACF334004B136f3e33
Octal112317631000113231577663
Binary100101011001111110011100000001001011100111101111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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