#48D043

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

Shades of Lime Green #48D043

Tints of Lime Green #48D043

Color information

#48D043 (or 0x48D043) is unknown color: approx Lime Green. HEX triplet: 48, D0 and 43. RGB value is (72,208,67). Sum of RGB (Red+Green+Blue) = 72+208+67=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #48D043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D043 is #B72FBC. Grayscale: #979797. Windows color (decimal): -12005309 or 4444232. OLE color: 4444232.

HSL color Cylindrical-coordinate representation of color #48D043: hue angle of 117.87º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48D043 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB7220867-
CMYK0.6500.680.18
HSL117.87º60%53.92%-
HSV(B)117.87º67.79%81.57%-
XYZ26.2446.8912.98-
YUV151.2680.4471.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 208 (81.64% from 255) = 59.94%
BLUE value IS 67 (26.56% from 255) = 19.31%
R=20.75%
G=59.94%
B=19.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72208670.6500.680.18117.876053.92
Hex48D0434104412763c36
Octal1103201031010104221667466
Binary1001000110100001000011100000101000100100101110110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,208,67); }

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

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

 a { background-color: rgb(72,208,67); }

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

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

 span { border-color: rgb(72,208,67); }

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