#48D045

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

Shades of Lime Green #48D045

Tints of Lime Green #48D045

Color information

#48D045 (or 0x48D045) is unknown color: approx Lime Green. HEX triplet: 48, D0 and 45. RGB value is (72,208,69). Sum of RGB (Red+Green+Blue) = 72+208+69=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #48D045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D045 is #B72FBA. Grayscale: #979797. Windows color (decimal): -12005307 or 4575304. OLE color: 4575304.

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

Color convert

RGB7220869-
CMYK0.6500.670.18
HSL118.71º59.66%54.31%-
HSV(B)118.71º66.83%81.57%-
XYZ26.346.9213.3-
YUV151.4981.4471.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 208 (81.64% from 255) = 59.60%
BLUE value IS 69 (27.34% from 255) = 19.77%
R=20.63%
G=59.60%
B=19.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72208690.6500.670.18118.7159.6654.31
Hex48D0454104312773c36
Octal1103201051010103221677466
Binary1001000110100001000101100000101000011100101110111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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