#4BD545

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

Shades of Lime Green #4BD545

Tints of Lime Green #4BD545

Color information

#4BD545 (or 0x4BD545) is unknown color: approx Lime Green. HEX triplet: 4B, D5 and 45. RGB value is (75,213,69). Sum of RGB (Red+Green+Blue) = 75+213+69=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 213 (83.59% from 255 or 59.66% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 213 - color contains mainly: green. Hex color #4BD545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD545 is #B42ABA. Grayscale: #9B9B9B. Windows color (decimal): -11807419 or 4576587. OLE color: 4576587.

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

Color convert

RGB7521369-
CMYK0.6500.680.16
HSL117.5º63.16%55.29%-
HSV(B)117.5º67.61%83.53%-
XYZ27.7749.5113.72-
YUV155.3279.2870.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 213 (83.59% from 255) = 59.66%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=21.01%
G=59.66%
B=19.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal75213690.6500.680.16117.563.1655.29
Hex4BD5454104410763f37
Octal1133251051010104201667767
Binary1001011110101011000101100000101000100100001110110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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