#48DF26

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

Shades of Lime Green #48DF26

Tints of Lime Green #48DF26

Color information

#48DF26 (or 0x48DF26) is unknown color: approx Lime Green. HEX triplet: 48, DF and 26. RGB value is (72,223,38). Sum of RGB (Red+Green+Blue) = 72+223+38=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 223 (87.5% from 255 or 66.97% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DF26 is #B720D9. Grayscale: #9D9D9D. Windows color (decimal): -12001498 or 2547528. OLE color: 2547528.

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

Color convert

RGB7222338-
CMYK0.6800.830.13
HSL108.97º74.3%51.18%-
HSV(B)108.97º82.96%87.45%-
XYZ29.4154.2910.76-
YUV156.7660.9767.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 223 (87.5% from 255) = 66.97%
BLUE value IS 38 (15.23% from 255) = 11.41%
R=21.62%
G=66.97%
B=11.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72223380.6800.830.13108.9774.351.18
Hex48DF2644053D6d4a33
Octal1103374610401231515511263
Binary100100011011111100110100010001010011110111011011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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