#48E62F

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

Shades of Lime Green #48E62F

Tints of Lime Green #48E62F

Color information

#48E62F (or 0x48E62F) is unknown color: approx Lime Green. HEX triplet: 48, E6 and 2F. RGB value is (72,230,47). Sum of RGB (Red+Green+Blue) = 72+230+47=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 230 (90.23% from 255 or 65.90% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 230 - color contains mainly: green. Hex color #48E62F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E62F is #B719D0. Grayscale: #A2A2A2. Windows color (decimal): -11999697 or 3139144. OLE color: 3139144.

HSL color Cylindrical-coordinate representation of color #48E62F: hue angle of 111.8º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48E62F is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB7223047-
CMYK0.6900.800.10
HSL111.8º78.54%54.31%-
HSV(B)111.8º79.57%90.2%-
XYZ31.4858.1812.26-
YUV161.963.1563.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 230 (90.23% from 255) = 65.90%
BLUE value IS 47 (18.75% from 255) = 13.47%
R=20.63%
G=65.90%
B=13.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal72230470.6900.800.10111.878.5454.31
Hex48E62F45050A704f36
Octal1103465710501201216011766
Binary100100011100110101111100010101010000101011100001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E62F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,230,47); }

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

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

 a { background-color: rgb(72,230,47); }

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

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

 span { border-color: rgb(72,230,47); }

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