#4BEB48

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

Shades of Lime Green #4BEB48

Tints of Lime Green #4BEB48

Color information

#4BEB48 (or 0x4BEB48) is unknown color: approx Lime Green. HEX triplet: 4B, EB and 48. RGB value is (75,235,72). Sum of RGB (Red+Green+Blue) = 75+235+72=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 235 (92.19% from 255 or 61.52% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 235 - color contains mainly: green. Hex color #4BEB48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BEB48 is #B414B7. Grayscale: #A9A9A9. Windows color (decimal): -11801784 or 4778827. OLE color: 4778827.

HSL color Cylindrical-coordinate representation of color #4BEB48: hue angle of 118.9º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BEB48 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB7523572-
CMYK0.6800.690.08
HSL118.9º80.3%60.2%-
HSV(B)118.9º69.36%92.16%-
XYZ33.7861.3816.2-
YUV168.5873.4961.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.63%
GREEN value IS 235 (92.19% from 255) = 61.52%
BLUE value IS 72 (28.52% from 255) = 18.85%
R=19.63%
G=61.52%
B=18.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal75235720.6800.690.08118.980.360.2
Hex4BEB4844045877503c
Octal11335311010401051016712074
Binary1001011111010111001000100010001000101100011101111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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