#48d33f

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

Shades of Lime Green #48D33F

Tints of Lime Green #48D33F

Color information

#48D33F (or 0x48D33F) is unknown color: approx Lime Green. HEX triplet: 48, D3 and 3F. RGB value is (72,211,63). Sum of RGB (Red+Green+Blue) = 72+211+63=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 211 (82.81% from 255 or 60.98% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 211 - color contains mainly: green. Hex color #48D33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D33F is #B72CC0. Grayscale: #999999. Windows color (decimal): -12004545 or 4182856. OLE color: 4182856.

HSL color Cylindrical-coordinate representation of color #48D33F: hue angle of 116.35º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48D33F is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB7221163-
CMYK0.6600.700.17
HSL116.35º62.71%53.73%-
HSV(B)116.35º70.14%82.75%-
XYZ26.8648.3312.61-
YUV152.5777.4570.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 211 (82.81% from 255) = 60.98%
BLUE value IS 63 (25% from 255) = 18.21%
R=20.81%
G=60.98%
B=18.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal72211630.6600.700.17116.3562.7153.73
Hex48D33F4204611743f36
Octal110323771020106211647766
Binary100100011010011111111100001001000110100011110100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48d33f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,211,63); }

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

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

 a { background-color: rgb(72,211,63); }

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

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

 span { border-color: rgb(72,211,63); }

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