#4BE549

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

Shades of Lime Green #4BE549

Tints of Lime Green #4BE549

Color information

#4BE549 (or 0x4BE549) is unknown color: approx Lime Green. HEX triplet: 4B, E5 and 49. RGB value is (75,229,73). Sum of RGB (Red+Green+Blue) = 75+229+73=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 229 (89.84% from 255 or 60.74% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 229 - color contains mainly: green. Hex color #4BE549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE549 is #B41AB6. Grayscale: #A5A5A5. Windows color (decimal): -11803319 or 4842827. OLE color: 4842827.

HSL color Cylindrical-coordinate representation of color #4BE549: hue angle of 119.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE549 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB7522973-
CMYK0.6700.680.10
HSL119.23º75%59.22%-
HSV(B)119.23º68.12%89.8%-
XYZ32.1258.0215.81-
YUV165.1775.9863.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.89%
GREEN value IS 229 (89.84% from 255) = 60.74%
BLUE value IS 73 (28.91% from 255) = 19.36%
R=19.89%
G=60.74%
B=19.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal75229730.6700.680.10119.237559.22
Hex4BE54943044A774b3b
Octal11334511110301041216711373
Binary1001011111001011001001100001101000100101011101111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,229,73); }

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

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

 a { background-color: rgb(75,229,73); }

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

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

 span { border-color: rgb(75,229,73); }

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