#4CDA48

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

Shades of Lime Green #4CDA48

Tints of Lime Green #4CDA48

Color information

#4CDA48 (or 0x4CDA48) is unknown color: approx Lime Green. HEX triplet: 4C, DA and 48. RGB value is (76,218,72). Sum of RGB (Red+Green+Blue) = 76+218+72=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 218 (85.55% from 255 or 59.56% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDA48 is #B325B7. Grayscale: #9F9F9F. Windows color (decimal): -11740600 or 4774476. OLE color: 4774476.

HSL color Cylindrical-coordinate representation of color #4CDA48: hue angle of 118.36º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CDA48 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB7621872-
CMYK0.6500.670.15
HSL118.36º66.36%56.86%-
HSV(B)118.36º66.97%85.49%-
XYZ29.2252.1514.66-
YUV158.978.9668.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.77%
GREEN value IS 218 (85.55% from 255) = 59.56%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=20.77%
G=59.56%
B=19.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal76218720.6500.670.15118.3666.3656.86
Hex4CDA4841043F764239
Octal11433211010101031716610271
Binary1001100110110101001000100000101000011111111101101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,218,72); }

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

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

 a { background-color: rgb(76,218,72); }

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

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

 span { border-color: rgb(76,218,72); }

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