#4BD14C

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

Shades of Lime Green #4BD14C

Tints of Lime Green #4BD14C

Color information

#4BD14C (or 0x4BD14C) is unknown color: approx Lime Green. HEX triplet: 4B, D1 and 4C. RGB value is (75,209,76). Sum of RGB (Red+Green+Blue) = 75+209+76=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #4BD14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD14C is #B42EB3. Grayscale: #9A9A9A. Windows color (decimal): -11808436 or 5034315. OLE color: 5034315.

HSL color Cylindrical-coordinate representation of color #4BD14C: hue angle of 120.45º 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 #4BD14C is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB7520976-
CMYK0.6400.640.18
HSL120.45º59.29%55.69%-
HSV(B)120.45º64.11%81.96%-
XYZ27.0147.6214.61-
YUV153.7784.1171.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.83%
GREEN value IS 209 (82.03% from 255) = 58.06%
BLUE value IS 76 (30.08% from 255) = 21.11%
R=20.83%
G=58.06%
B=21.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal75209760.6400.640.18120.4559.2955.69
Hex4BD14C4004012783b38
Octal1133211141000100221707370
Binary1001011110100011001100100000001000000100101111000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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