#48E44B

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

Shades of Lime Green #48E44B

Tints of Lime Green #48E44B

Color information

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

HSL color Cylindrical-coordinate representation of color #48E44B: hue angle of 121.15º 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 #48E44B is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB7222875-
CMYK0.6800.670.11
HSL121.15º74.29%58.82%-
HSV(B)121.15º68.42%89.41%-
XYZ31.6957.3716.06-
YUV163.9177.8262.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal72228750.6800.670.11121.1574.2958.82
Hex48E44B44043B794a3b
Octal11034411310401031317111273
Binary1001000111001001001011100010001000011101111110011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48E44B; }

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

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

<style>
 a { background-color: #48E44B; }

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

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

<style>
 span { border-color: #48E44B; }

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

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