#48CB47

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

Shades of Lime Green #48CB47

Tints of Lime Green #48CB47

Color information

#48CB47 (or 0x48CB47) is unknown color: approx Lime Green. HEX triplet: 48, CB and 47. RGB value is (72,203,71). Sum of RGB (Red+Green+Blue) = 72+203+71=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CB47 is #B734B8. Grayscale: #959595. Windows color (decimal): -12006585 or 4705096. OLE color: 4705096.

HSL color Cylindrical-coordinate representation of color #48CB47: hue angle of 119.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CB47 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB7220371-
CMYK0.6500.650.20
HSL119.55º55.93%53.73%-
HSV(B)119.55º65.02%79.61%-
XYZ25.1744.5413.23-
YUV148.7884.173.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 203 (79.69% from 255) = 58.67%
BLUE value IS 71 (28.12% from 255) = 20.52%
R=20.81%
G=58.67%
B=20.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72203710.6500.650.20119.5555.9353.73
Hex48CB474104114783836
Octal1103131071010101241707066
Binary1001000110010111000111100000101000001101001111000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,203,71); }

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

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

 a { background-color: rgb(72,203,71); }

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

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

 span { border-color: rgb(72,203,71); }

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