#4AC33B

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

Shades of Lime Green #4AC33B

Tints of Lime Green #4AC33B

Color information

#4AC33B (or 0x4AC33B) is unknown color: approx Lime Green. HEX triplet: 4A, C3 and 3B. RGB value is (74,195,59). Sum of RGB (Red+Green+Blue) = 74+195+59=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC33B is #B53CC4. Grayscale: #8F8F8F. Windows color (decimal): -11877573 or 3916618. OLE color: 3916618.

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

Color convert

RGB7419559-
CMYK0.6200.700.24
HSL113.38º53.54%49.8%-
HSV(B)113.38º69.74%76.47%-
XYZ23.1340.810.79-
YUV143.3280.4178.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.56%
GREEN value IS 195 (76.56% from 255) = 59.45%
BLUE value IS 59 (23.44% from 255) = 17.99%
R=22.56%
G=59.45%
B=17.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal74195590.6200.700.24113.3853.5449.8
Hex4AC33B3E04618713632
Octal11230373760106301616662
Binary10010101100001111101111111001000110110001110001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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