#4BD14F

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

Shades of Lime Green #4BD14F

Tints of Lime Green #4BD14F

Color information

#4BD14F (or 0x4BD14F) is unknown color: approx Lime Green. HEX triplet: 4B, D1 and 4F. RGB value is (75,209,79). Sum of RGB (Red+Green+Blue) = 75+209+79=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #4BD14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD14F is #B42EB0. Grayscale: #9A9A9A. Windows color (decimal): -11808433 or 5230923. OLE color: 5230923.

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

Color convert

RGB7520979-
CMYK0.6400.620.18
HSL121.79º59.29%55.69%-
HSV(B)121.79º64.11%81.96%-
XYZ27.1147.6615.17-
YUV154.1185.6171.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 209 (82.03% from 255) = 57.58%
BLUE value IS 79 (31.25% from 255) = 21.76%
R=20.66%
G=57.58%
B=21.76%

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
Decimal75209790.6400.620.18121.7959.2955.69
Hex4BD14F4003E127a3b38
Octal113321117100076221727370
Binary100101111010001100111110000000111110100101111010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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