#48EC29

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

Shades of Lime Green #48EC29

Tints of Lime Green #48EC29

Color information

#48EC29 (or 0x48EC29) is unknown color: approx Lime Green. HEX triplet: 48, EC and 29. RGB value is (72,236,41). Sum of RGB (Red+Green+Blue) = 72+236+41=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 236 (92.58% from 255 or 67.62% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EC29 is #B713D6. Grayscale: #A5A5A5. Windows color (decimal): -11998167 or 2747464. OLE color: 2747464.

HSL color Cylindrical-coordinate representation of color #48EC29: hue angle of 110.46º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48EC29 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB7223641-
CMYK0.6900.830.07
HSL110.46º83.69%54.31%-
HSV(B)110.46º82.63%92.55%-
XYZ33.0761.5312.23-
YUV164.7358.1761.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 236 (92.58% from 255) = 67.62%
BLUE value IS 41 (16.41% from 255) = 11.75%
R=20.63%
G=67.62%
B=11.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72236410.6900.830.07110.4683.6954.31
Hex48EC294505376e5436
Octal110354511050123715612466
Binary10010001110110010100110001010101001111111011101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,236,41); }

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

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

 a { background-color: rgb(72,236,41); }

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

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

 span { border-color: rgb(72,236,41); }

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