#48980B

Color #48980B Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #48980B

Tints of Limeade #48980B

Color information

#48980B (or 0x48980B) is unknown color: approx Limeade. HEX triplet: 48, 98 and 0B. RGB value is (72,152,11). Sum of RGB (Red+Green+Blue) = 72+152+11=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 152 (59.77% from 255 or 64.68% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 152 - color contains mainly: green. Hex color #48980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48980B is #B767F4. Grayscale: #707070. Windows color (decimal): -12019701 or 759880. OLE color: 759880.

HSL color Cylindrical-coordinate representation of color #48980B: hue angle of 94.04º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48980B is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB7215211-
CMYK0.5300.930.40
HSL94.04º86.5%31.96%-
HSV(B)94.04º92.76%59.61%-
XYZ13.9623.864.19-
YUV112.017199.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 152 (59.77% from 255) = 64.68%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=30.64%
G=64.68%
B=4.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72152110.5300.930.4094.0486.531.96
Hex4898B3505D285e5720
Octal110230136501355013612740
Binary10010001001100010111101010101110110100010111101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48980B; }

 p { color: rgb(72,152,11); }

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

<style>
 a { background-color: #48980B; }

 a { background-color: rgb(72,152,11); }

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

<style>
 span { border-color: #48980B; }

 span { border-color: rgb(72,152,11); }

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