#48DA36

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

Shades of Lime Green #48DA36

Tints of Lime Green #48DA36

Color information

#48DA36 (or 0x48DA36) is unknown color: approx Lime Green. HEX triplet: 48, DA and 36. RGB value is (72,218,54). Sum of RGB (Red+Green+Blue) = 72+218+54=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 218 (85.55% from 255 or 63.37% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DA36 is #B725C9. Grayscale: #9C9C9C. Windows color (decimal): -12002762 or 3594824. OLE color: 3594824.

HSL color Cylindrical-coordinate representation of color #48DA36: hue angle of 113.41º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48DA36 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB7221854-
CMYK0.6700.750.15
HSL113.41º68.91%53.33%-
HSV(B)113.41º75.23%85.49%-
XYZ28.4151.7911.99-
YUV155.6570.6368.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.93%
GREEN value IS 218 (85.55% from 255) = 63.37%
BLUE value IS 54 (21.48% from 255) = 15.70%
R=20.93%
G=63.37%
B=15.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72218540.6700.750.15113.4168.9153.33
Hex48DA364304BF714535
Octal1103326610301131716110565
Binary100100011011010110110100001101001011111111100011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,218,54); }

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

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

 a { background-color: rgb(72,218,54); }

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

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

 span { border-color: rgb(72,218,54); }

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