#4CD148

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

Shades of Lime Green #4CD148

Tints of Lime Green #4CD148

Color information

#4CD148 (or 0x4CD148) is unknown color: approx Lime Green. HEX triplet: 4C, D1 and 48. RGB value is (76,209,72). Sum of RGB (Red+Green+Blue) = 76+209+72=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #4CD148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD148 is #B32EB7. Grayscale: #9A9A9A. Windows color (decimal): -11742904 or 4772172. OLE color: 4772172.

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

Color convert

RGB7620972-
CMYK0.6400.660.18
HSL118.25º59.83%55.1%-
HSV(B)118.25º65.55%81.96%-
XYZ26.9547.6113.9-
YUV153.6181.9472.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.29%
GREEN value IS 209 (82.03% from 255) = 58.54%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=21.29%
G=58.54%
B=20.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal76209720.6400.660.18118.2559.8355.1
Hex4CD1484004212763c37
Octal1143211101000102221667467
Binary1001100110100011001000100000001000010100101110110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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