#48C442

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

Shades of Lime Green #48C442

Tints of Lime Green #48C442

Color information

#48C442 (or 0x48C442) is unknown color: approx Lime Green. HEX triplet: 48, C4 and 42. RGB value is (72,196,66). Sum of RGB (Red+Green+Blue) = 72+196+66=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #48C442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C442 is #B73BBD. Grayscale: #909090. Windows color (decimal): -12008382 or 4375624. OLE color: 4375624.

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

Color convert

RGB7219666-
CMYK0.6300.660.23
HSL117.23º52.42%51.37%-
HSV(B)117.23º66.33%76.86%-
XYZ23.441.2511.88-
YUV144.183.9276.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 196 (76.95% from 255) = 58.68%
BLUE value IS 66 (26.17% from 255) = 19.76%
R=21.56%
G=58.68%
B=19.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal72196660.6300.660.23117.2352.4251.37
Hex48C4423F04217753433
Octal110304102770102271656463
Binary100100011000100100001011111101000010101111110101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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