#48E320

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

Shades of Lime Green #48E320

Tints of Lime Green #48E320

Color information

#48E320 (or 0x48E320) is unknown color: approx Lime Green. HEX triplet: 48, E3 and 20. RGB value is (72,227,32). Sum of RGB (Red+Green+Blue) = 72+227+32=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 227 (89.06% from 255 or 68.58% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 227 - color contains mainly: green. Hex color #48E320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E320 is #B71CDF. Grayscale: #9F9F9F. Windows color (decimal): -12000480 or 2155336. OLE color: 2155336.

HSL color Cylindrical-coordinate representation of color #48E320: hue angle of 107.69º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48E320 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB7222732-
CMYK0.6800.860.11
HSL107.69º77.69%50.78%-
HSV(B)107.69º85.9%89.02%-
XYZ30.456.4210.65-
YUV158.4256.6566.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 227 (89.06% from 255) = 68.58%
BLUE value IS 32 (12.89% from 255) = 9.67%
R=21.75%
G=68.58%
B=9.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal72227320.6800.860.11107.6977.6950.78
Hex48E32044056B6c4e33
Octal1103434010401261315411663
Binary100100011100011100000100010001010110101111011001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,227,32); }

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

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

 a { background-color: rgb(72,227,32); }

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

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

 span { border-color: rgb(72,227,32); }

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