#48E034

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

Shades of Lime Green #48E034

Tints of Lime Green #48E034

Color information

#48E034 (or 0x48E034) is unknown color: approx Lime Green. HEX triplet: 48, E0 and 34. RGB value is (72,224,52). Sum of RGB (Red+Green+Blue) = 72+224+52=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 224 (87.89% from 255 or 64.37% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 224 - color contains mainly: green. Hex color #48E034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E034 is #B71FCB. Grayscale: #9F9F9F. Windows color (decimal): -12001228 or 3465288. OLE color: 3465288.

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

Color convert

RGB7222452-
CMYK0.6800.770.12
HSL113.02º73.5%54.12%-
HSV(B)113.02º76.79%87.84%-
XYZ29.9554.9412.27-
YUV158.9467.6465.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 224 (87.89% from 255) = 64.37%
BLUE value IS 52 (20.70% from 255) = 14.94%
R=20.69%
G=64.37%
B=14.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal72224520.6800.770.12113.0273.554.12
Hex48E0344404DC714a36
Octal1103406410401151416111266
Binary100100011100000110100100010001001101110011100011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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