#48D74A

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

Shades of Lime Green #48D74A

Tints of Lime Green #48D74A

Color information

#48D74A (or 0x48D74A) is unknown color: approx Lime Green. HEX triplet: 48, D7 and 4A. RGB value is (72,215,74). Sum of RGB (Red+Green+Blue) = 72+215+74=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 215 (84.38% from 255 or 59.56% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 215 - color contains mainly: green. Hex color #48D74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D74A is #B728B5. Grayscale: #9C9C9C. Windows color (decimal): -12003510 or 4904776. OLE color: 4904776.

HSL color Cylindrical-coordinate representation of color #48D74A: hue angle of 120.84º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D74A is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB7221574-
CMYK0.6700.660.16
HSL120.84º64.13%56.27%-
HSV(B)120.84º66.51%84.31%-
XYZ28.2150.4714.73-
YUV156.1781.6267.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 215 (84.38% from 255) = 59.56%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=19.94%
G=59.56%
B=20.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72215740.6700.660.16120.8464.1356.27
Hex48D74A4304210794038
Octal11032711210301022017110070
Binary10010001101011110010101000011010000101000011110011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,215,74); }

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

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

 a { background-color: rgb(72,215,74); }

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

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

 span { border-color: rgb(72,215,74); }

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