#4AC33D

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

Shades of Lime Green #4AC33D

Tints of Lime Green #4AC33D

Color information

#4AC33D (or 0x4AC33D) is unknown color: approx Lime Green. HEX triplet: 4A, C3 and 3D. RGB value is (74,195,61). Sum of RGB (Red+Green+Blue) = 74+195+61=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC33D is #B53CC2. Grayscale: #8F8F8F. Windows color (decimal): -11877571 or 4047690. OLE color: 4047690.

HSL color Cylindrical-coordinate representation of color #4AC33D: hue angle of 114.18º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AC33D is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB7419561-
CMYK0.6200.690.24
HSL114.18º52.76%50.2%-
HSV(B)114.18º68.72%76.47%-
XYZ23.1840.8211.07-
YUV143.5481.4178.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.42%
GREEN value IS 195 (76.56% from 255) = 59.09%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=22.42%
G=59.09%
B=18.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal74195610.6200.690.24114.1852.7650.2
Hex4AC33D3E04518723532
Octal11230375760105301626562
Binary10010101100001111110111111001000101110001110010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,195,61); }

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

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

 a { background-color: rgb(74,195,61); }

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

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

 span { border-color: rgb(74,195,61); }

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