#4BD254

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

Shades of Lime Green #4BD254

Tints of Lime Green #4BD254

Color information

#4BD254 (or 0x4BD254) is unknown color: approx Lime Green. HEX triplet: 4B, D2 and 54. RGB value is (75,210,84). Sum of RGB (Red+Green+Blue) = 75+210+84=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD254 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD254 is #B42DAB. Grayscale: #9B9B9B. Windows color (decimal): -11808172 or 5558859. OLE color: 5558859.

HSL color Cylindrical-coordinate representation of color #4BD254: hue angle of 124º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD254 is Cyan = 0.64, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.

Color convert

RGB7521084-
CMYK0.6400.60.18
HSL124º60%55.88%-
HSV(B)124º64.29%82.35%-
XYZ27.5548.2316.24-
YUV155.2787.7770.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.33%
GREEN value IS 210 (82.42% from 255) = 56.91%
BLUE value IS 84 (33.20% from 255) = 22.76%
R=20.33%
G=56.91%
B=22.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal75210840.6400.60.181246055.88
Hex4BD2544003C127c3c38
Octal113322124100074221747470
Binary100101111010010101010010000000111100100101111100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,210,84); }

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

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

 a { background-color: rgb(75,210,84); }

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

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

 span { border-color: rgb(75,210,84); }

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