#4BE448

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

Shades of Lime Green #4BE448

Tints of Lime Green #4BE448

Color information

#4BE448 (or 0x4BE448) is unknown color: approx Lime Green. HEX triplet: 4B, E4 and 48. RGB value is (75,228,72). Sum of RGB (Red+Green+Blue) = 75+228+72=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 228 (89.45% from 255 or 60.8% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 228 - color contains mainly: green. Hex color #4BE448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE448 is #B41BB7. Grayscale: #A4A4A4. Windows color (decimal): -11803576 or 4777035. OLE color: 4777035.

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

Color convert

RGB7522872-
CMYK0.6700.680.11
HSL118.85º74.29%58.82%-
HSV(B)118.85º68.42%89.41%-
XYZ31.8157.4515.54-
YUV164.4775.8164.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 228 (89.45% from 255) = 60.8%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=20%
G=60.8%
B=19.2%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal75228720.6700.680.11118.8574.2958.82
Hex4BE44843044B774a3b
Octal11334411010301041316711273
Binary1001011111001001001000100001101000100101111101111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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