#48E731

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

Shades of Lime Green #48E731

Tints of Lime Green #48E731

Color information

#48E731 (or 0x48E731) is unknown color: approx Lime Green. HEX triplet: 48, E7 and 31. RGB value is (72,231,49). Sum of RGB (Red+Green+Blue) = 72+231+49=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 231 (90.62% from 255 or 65.62% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 231 - color contains mainly: green. Hex color #48E731 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E731 is #B718CE. Grayscale: #A3A3A3. Windows color (decimal): -11999439 or 3270472. OLE color: 3270472.

HSL color Cylindrical-coordinate representation of color #48E731: hue angle of 112.42º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48E731 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB7223149-
CMYK0.6900.790.09
HSL112.42º79.13%54.9%-
HSV(B)112.42º78.79%90.59%-
XYZ31.858.7512.57-
YUV162.7163.8263.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 231 (90.62% from 255) = 65.62%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=20.45%
G=65.62%
B=13.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal72231490.6900.790.09112.4279.1354.9
Hex48E7314504F9704f37
Octal1103476110501171116011767
Binary100100011100111110001100010101001111100111100001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,231,49); }

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

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

 a { background-color: rgb(72,231,49); }

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

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

 span { border-color: rgb(72,231,49); }

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