#48D438

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

Shades of Lime Green #48D438

Tints of Lime Green #48D438

Color information

#48D438 (or 0x48D438) is unknown color: approx Lime Green. HEX triplet: 48, D4 and 38. RGB value is (72,212,56). Sum of RGB (Red+Green+Blue) = 72+212+56=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 212 (83.20% from 255 or 62.35% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 212 - color contains mainly: green. Hex color #48D438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D438 is #B72BC7. Grayscale: #989898. Windows color (decimal): -12004296 or 3724360. OLE color: 3724360.

HSL color Cylindrical-coordinate representation of color #48D438: hue angle of 113.85º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48D438 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB7221256-
CMYK0.6600.740.17
HSL113.85º64.46%52.55%-
HSV(B)113.85º73.58%83.14%-
XYZ26.9348.7511.73-
YUV152.3673.6270.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 212 (83.20% from 255) = 62.35%
BLUE value IS 56 (22.27% from 255) = 16.47%
R=21.18%
G=62.35%
B=16.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal72212560.6600.740.17113.8564.4652.55
Hex48D4384204A11724035
Octal1103247010201122116210065
Binary1001000110101001110001000010010010101000111100101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,212,56); }

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

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

 a { background-color: rgb(72,212,56); }

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

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

 span { border-color: rgb(72,212,56); }

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