#4AD12B

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

Shades of Lime Green #4AD12B

Tints of Lime Green #4AD12B

Color information

#4AD12B (or 0x4AD12B) is unknown color: approx Lime Green. HEX triplet: 4A, D1 and 2B. RGB value is (74,209,43). Sum of RGB (Red+Green+Blue) = 74+209+43=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 209 (82.03% from 255 or 64.11% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD12B is #B52ED4. Grayscale: #969696. Windows color (decimal): -11874005 or 2871626. OLE color: 2871626.

HSL color Cylindrical-coordinate representation of color #4AD12B: hue angle of 108.8º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4AD12B is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB7420943-
CMYK0.6500.790.18
HSL108.8º65.87%49.41%-
HSV(B)108.8º79.43%81.96%-
XYZ26.0647.2310.03-
YUV149.7167.7774-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.70%
GREEN value IS 209 (82.03% from 255) = 64.11%
BLUE value IS 43 (17.19% from 255) = 13.19%
R=22.70%
G=64.11%
B=13.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal74209430.6500.790.18108.865.8749.41
Hex4AD12B4104F126d4231
Octal1123215310101172215510261
Binary1001010110100011010111000001010011111001011011011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,209,43); }

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

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

 a { background-color: rgb(74,209,43); }

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

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

 span { border-color: rgb(74,209,43); }

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