Html Css Color HEX #48980B Limeade

📋 copy color: '#48980B'

red 72 ◦ green 152 ◦ blue 11

#48980B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #48980B

Tints of Limeade #48980B

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 value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#48980B (or 0x48980B) is known color: 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

RGB 72 152 11 -
CMYK 0.53 0 0.93 0.40
HSL 94.04º 0.87% 0.32% -
HSV(B) 94.04º 0.93% 0.6% -
XYZ 13.96 23.86 4.19 -
YUV 112.01 71 99.46 -
System Red Green Blue C M Y K H S L
Decimal 72 152 11 0.53 0 0.93 0.40 94.04 0.87 0.32
Hex 48 98 B 35 0 5D 28 5E 57 20
Octal 110 230 13 65 0 135 50 136 127 40
Binary 1001000 10011000 1011 110101 0 1011101 101000 1011110 1010111 100000

Color Harmonies of #48980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48980B

Black with #48980B

Text Example


Text Example

White with #48980B

Text Example


Text Example

HTML Codes & Css Web 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>