#4BD548

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

Shades of Lime Green #4BD548

Tints of Lime Green #4BD548

Color information

#4BD548 (or 0x4BD548) is unknown color: approx Lime Green. HEX triplet: 4B, D5 and 48. RGB value is (75,213,72). Sum of RGB (Red+Green+Blue) = 75+213+72=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #4BD548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD548 is #B42AB7. Grayscale: #9C9C9C. Windows color (decimal): -11807416 or 4773195. OLE color: 4773195.

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

Color convert

RGB7521372-
CMYK0.6500.660.16
HSL118.72º62.67%55.88%-
HSV(B)118.72º66.2%83.53%-
XYZ27.8749.5514.23-
YUV155.6680.7870.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.83%
GREEN value IS 213 (83.59% from 255) = 59.17%
BLUE value IS 72 (28.52% from 255) = 20%
R=20.83%
G=59.17%
B=20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal75213720.6500.660.16118.7262.6755.88
Hex4BD5484104210773f38
Octal1133251101010102201677770
Binary1001011110101011001000100000101000010100001110111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,213,72); }

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

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

 a { background-color: rgb(75,213,72); }

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

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

 span { border-color: rgb(75,213,72); }

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