#4ad23c

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

Shades of Lime Green #4AD23C

Tints of Lime Green #4AD23C

Color information

#4AD23C (or 0x4AD23C) is unknown color: approx Lime Green. HEX triplet: 4A, D2 and 3C. RGB value is (74,210,60). Sum of RGB (Red+Green+Blue) = 74+210+60=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 210 (82.42% from 255 or 61.05% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD23C is #B52DC3. Grayscale: #989898. Windows color (decimal): -11873732 or 3985994. OLE color: 3985994.

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

Color convert

RGB7421060-
CMYK0.6500.710.18
HSL114.4º62.5%52.94%-
HSV(B)114.4º71.43%82.35%-
XYZ26.6947.8812.11-
YUV152.2475.9472.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.51%
GREEN value IS 210 (82.42% from 255) = 61.05%
BLUE value IS 60 (23.83% from 255) = 17.44%
R=21.51%
G=61.05%
B=17.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal74210600.6500.710.18114.462.552.94
Hex4AD23C4104712723e35
Octal112322741010107221627665
Binary100101011010010111100100000101000111100101110010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ad23c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,210,60); }

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

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

 a { background-color: rgb(74,210,60); }

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

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

 span { border-color: rgb(74,210,60); }

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