#48CC31

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

Shades of Lime Green #48CC31

Tints of Lime Green #48CC31

Color information

#48CC31 (or 0x48CC31) is unknown color: approx Lime Green. HEX triplet: 48, CC and 31. RGB value is (72,204,49). Sum of RGB (Red+Green+Blue) = 72+204+49=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CC31 is #B733CE. Grayscale: #939393. Windows color (decimal): -12006351 or 3263560. OLE color: 3263560.

HSL color Cylindrical-coordinate representation of color #48CC31: hue angle of 111.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48CC31 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB7220449-
CMYK0.6500.760.2
HSL111.1º61.26%49.61%-
HSV(B)111.1º75.98%80%-
XYZ24.8244.7910.24-
YUV146.8672.7774.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 204 (80.08% from 255) = 62.77%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=22.15%
G=62.77%
B=15.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal72204490.6500.760.2111.161.2649.61
Hex48CC314104C146f3d32
Octal110314611010114241577562
Binary100100011001100110001100000101001100101001101111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,204,49); }

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

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

 a { background-color: rgb(72,204,49); }

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

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

 span { border-color: rgb(72,204,49); }

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