#4BD944

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

Shades of Lime Green #4BD944

Tints of Lime Green #4BD944

Color information

#4BD944 (or 0x4BD944) is unknown color: approx Lime Green. HEX triplet: 4B, D9 and 44. RGB value is (75,217,68). Sum of RGB (Red+Green+Blue) = 75+217+68=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 217 (85.16% from 255 or 60.28% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 217 - color contains mainly: green. Hex color #4BD944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD944 is #B426BB. Grayscale: #9E9E9E. Windows color (decimal): -11806396 or 4512075. OLE color: 4512075.

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

Color convert

RGB7521768-
CMYK0.6500.690.15
HSL117.18º66.22%55.88%-
HSV(B)117.18º68.66%85.1%-
XYZ28.7651.5413.9-
YUV157.5677.4669.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.83%
GREEN value IS 217 (85.16% from 255) = 60.28%
BLUE value IS 68 (26.95% from 255) = 18.89%
R=20.83%
G=60.28%
B=18.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal75217680.6500.690.15117.1866.2255.88
Hex4BD94441045F754238
Octal11333110410101051716510270
Binary1001011110110011000100100000101000101111111101011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,217,68); }

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

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

 a { background-color: rgb(75,217,68); }

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

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

 span { border-color: rgb(75,217,68); }

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