#4cd150

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

Shades of Lime Green #4CD150

Tints of Lime Green #4CD150

Color information

#4CD150 (or 0x4CD150) is unknown color: approx Lime Green. HEX triplet: 4C, D1 and 50. RGB value is (76,209,80). Sum of RGB (Red+Green+Blue) = 76+209+80=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 209 (82.03% from 255 or 57.26% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 209 - color contains mainly: green. Hex color #4CD150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD150 is #B32EAF. Grayscale: #9A9A9A. Windows color (decimal): -11742896 or 5296460. OLE color: 5296460.

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

Color convert

RGB7620980-
CMYK0.6400.620.18
HSL121.8º59.11%55.88%-
HSV(B)121.8º63.64%81.96%-
XYZ27.2347.7215.36-
YUV154.5385.9471.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.82%
GREEN value IS 209 (82.03% from 255) = 57.26%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=20.82%
G=57.26%
B=21.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal76209800.6400.620.18121.859.1155.88
Hex4CD1504003E127a3b38
Octal114321120100076221727370
Binary100110011010001101000010000000111110100101111010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cd150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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