#4BD53B

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

Shades of Lime Green #4BD53B

Tints of Lime Green #4BD53B

Color information

#4BD53B (or 0x4BD53B) is unknown color: approx Lime Green. HEX triplet: 4B, D5 and 3B. RGB value is (75,213,59). Sum of RGB (Red+Green+Blue) = 75+213+59=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #4BD53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD53B is #B42AC4. Grayscale: #9A9A9A. Windows color (decimal): -11807429 or 3921227. OLE color: 3921227.

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

Color convert

RGB7521359-
CMYK0.6500.720.16
HSL113.77º64.71%53.33%-
HSV(B)113.77º72.3%83.53%-
XYZ27.4949.412.22-
YUV154.1874.2871.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.61%
GREEN value IS 213 (83.59% from 255) = 61.38%
BLUE value IS 59 (23.44% from 255) = 17.00%
R=21.61%
G=61.38%
B=17.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal75213590.6500.720.16113.7764.7153.33
Hex4BD53B4104810724135
Octal1133257310101102016210165
Binary1001011110101011110111000001010010001000011100101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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