#48E026

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

Shades of Lime Green #48E026

Tints of Lime Green #48E026

Color information

#48E026 (or 0x48E026) is unknown color: approx Lime Green. HEX triplet: 48, E0 and 26. RGB value is (72,224,38). Sum of RGB (Red+Green+Blue) = 72+224+38=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #48E026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E026 is #B71FD9. Grayscale: #9D9D9D. Windows color (decimal): -12001242 or 2547784. OLE color: 2547784.

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

Color convert

RGB7222438-
CMYK0.6800.830.12
HSL109.03º75%51.37%-
HSV(B)109.03º83.04%87.84%-
XYZ29.6854.8310.85-
YUV157.3560.6467.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 224 (87.89% from 255) = 67.07%
BLUE value IS 38 (15.23% from 255) = 11.38%
R=21.56%
G=67.07%
B=11.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal72224380.6800.830.12109.037551.37
Hex48E02644053C6d4b33
Octal1103404610401231415511363
Binary100100011100000100110100010001010011110011011011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,224,38); }

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

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

 a { background-color: rgb(72,224,38); }

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

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

 span { border-color: rgb(72,224,38); }

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