#48D843

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

Shades of Lime Green #48D843

Tints of Lime Green #48D843

Color information

#48D843 (or 0x48D843) is unknown color: approx Lime Green. HEX triplet: 48, D8 and 43. RGB value is (72,216,67). Sum of RGB (Red+Green+Blue) = 72+216+67=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 216 (84.77% from 255 or 60.85% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 216 - color contains mainly: green. Hex color #48D843 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D843 is #B727BC. Grayscale: #9C9C9C. Windows color (decimal): -12003261 or 4446280. OLE color: 4446280.

HSL color Cylindrical-coordinate representation of color #48D843: hue angle of 117.99º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48D843 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB7221667-
CMYK0.6700.690.15
HSL117.99º65.64%55.49%-
HSV(B)117.99º68.98%84.71%-
XYZ28.2450.8913.65-
YUV155.9677.7968.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 216 (84.77% from 255) = 60.85%
BLUE value IS 67 (26.56% from 255) = 18.87%
R=20.28%
G=60.85%
B=18.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72216670.6700.690.15117.9965.6455.49
Hex48D84343045F764237
Octal11033010310301051716610267
Binary1001000110110001000011100001101000101111111101101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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