#48E11F

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

Shades of Lime Green #48E11F

Tints of Lime Green #48E11F

Color information

#48E11F (or 0x48E11F) is unknown color: approx Lime Green. HEX triplet: 48, E1 and 1F. RGB value is (72,225,31). Sum of RGB (Red+Green+Blue) = 72+225+31=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #48E11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E11F is #B71EE0. Grayscale: #9D9D9D. Windows color (decimal): -12000993 or 2089288. OLE color: 2089288.

HSL color Cylindrical-coordinate representation of color #48E11F: hue angle of 107.32º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48E11F is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB7222531-
CMYK0.6800.860.12
HSL107.32º76.38%50.2%-
HSV(B)107.32º86.22%88.24%-
XYZ29.8555.3310.4-
YUV157.1456.8167.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 225 (88.28% from 255) = 68.60%
BLUE value IS 31 (12.5% from 255) = 9.45%
R=21.95%
G=68.60%
B=9.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal72225310.6800.860.12107.3276.3850.2
Hex48E11F44056C6b4c32
Octal1103413710401261415311462
Binary10010001110000111111100010001010110110011010111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,225,31); }

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

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

 a { background-color: rgb(72,225,31); }

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

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

 span { border-color: rgb(72,225,31); }

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