#48EA39

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

Shades of Lime Green #48EA39

Tints of Lime Green #48EA39

Color information

#48EA39 (or 0x48EA39) is unknown color: approx Lime Green. HEX triplet: 48, EA and 39. RGB value is (72,234,57). Sum of RGB (Red+Green+Blue) = 72+234+57=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 234 (91.80% from 255 or 64.46% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EA39 is #B715C6. Grayscale: #A5A5A5. Windows color (decimal): -11998663 or 3795528. OLE color: 3795528.

HSL color Cylindrical-coordinate representation of color #48EA39: hue angle of 114.92º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48EA39 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB7223457-
CMYK0.6900.760.08
HSL114.92º80.82%57.06%-
HSV(B)114.92º75.64%91.76%-
XYZ32.8360.5213.82-
YUV165.3866.8361.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 234 (91.80% from 255) = 64.46%
BLUE value IS 57 (22.66% from 255) = 15.70%
R=19.83%
G=64.46%
B=15.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72234570.6900.760.08114.9280.8257.06
Hex48EA394504C8735139
Octal1103527110501141016312171
Binary100100011101010111001100010101001100100011100111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,234,57); }

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

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

 a { background-color: rgb(72,234,57); }

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

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

 span { border-color: rgb(72,234,57); }

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