#48DE41

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

Shades of Lime Green #48DE41

Tints of Lime Green #48DE41

Color information

#48DE41 (or 0x48DE41) is unknown color: approx Lime Green. HEX triplet: 48, DE and 41. RGB value is (72,222,65). Sum of RGB (Red+Green+Blue) = 72+222+65=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 222 (87.11% from 255 or 61.84% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 222 - color contains mainly: green. Hex color #48DE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DE41 is #B721BE. Grayscale: #9F9F9F. Windows color (decimal): -12001727 or 4316744. OLE color: 4316744.

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

Color convert

RGB7222265-
CMYK0.6800.710.13
HSL117.32º70.4%56.27%-
HSV(B)117.32º70.72%87.06%-
XYZ29.755413.86-
YUV159.2574.8165.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 222 (87.11% from 255) = 61.84%
BLUE value IS 65 (25.78% from 255) = 18.11%
R=20.06%
G=61.84%
B=18.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72222650.6800.710.13117.3270.456.27
Hex48DE4144047D754638
Octal11033610110401071516510670
Binary1001000110111101000001100010001000111110111101011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,222,65); }

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

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

 a { background-color: rgb(72,222,65); }

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

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

 span { border-color: rgb(72,222,65); }

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