#4AD43B

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

Shades of Lime Green #4AD43B

Tints of Lime Green #4AD43B

Color information

#4AD43B (or 0x4AD43B) is unknown color: approx Lime Green. HEX triplet: 4A, D4 and 3B. RGB value is (74,212,59). Sum of RGB (Red+Green+Blue) = 74+212+59=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 212 (83.20% from 255 or 61.45% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD43B is #B52BC4. Grayscale: #999999. Windows color (decimal): -11873221 or 3920970. OLE color: 3920970.

HSL color Cylindrical-coordinate representation of color #4AD43B: hue angle of 114.12º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AD43B is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB7421259-
CMYK0.6500.720.17
HSL114.12º64.02%53.14%-
HSV(B)114.12º72.17%83.14%-
XYZ27.1648.8612.14-
YUV153.374.7871.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.45%
GREEN value IS 212 (83.20% from 255) = 61.45%
BLUE value IS 59 (23.44% from 255) = 17.10%
R=21.45%
G=61.45%
B=17.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal74212590.6500.720.17114.1264.0253.14
Hex4AD43B4104811724035
Octal1123247310101102116210065
Binary1001010110101001110111000001010010001000111100101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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