#48C44A

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

Shades of Lime Green #48C44A

Tints of Lime Green #48C44A

Color information

#48C44A (or 0x48C44A) is unknown color: approx Lime Green. HEX triplet: 48, C4 and 4A. RGB value is (72,196,74). Sum of RGB (Red+Green+Blue) = 72+196+74=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 196 (76.95% from 255 or 57.31% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 196 - color contains mainly: green. Hex color #48C44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C44A is #B73BB5. Grayscale: #919191. Windows color (decimal): -12008374 or 4899912. OLE color: 4899912.

HSL color Cylindrical-coordinate representation of color #48C44A: hue angle of 120.97º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C44A is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB7219674-
CMYK0.6300.620.23
HSL120.97º51.24%52.55%-
HSV(B)120.97º63.27%76.86%-
XYZ23.6541.3513.21-
YUV145.0287.9275.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 196 (76.95% from 255) = 57.31%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=21.05%
G=57.31%
B=21.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal72196740.6300.620.23120.9751.2452.55
Hex48C44A3F03E17793335
Octal11030411277076271716365
Binary10010001100010010010101111110111110101111111001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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