Html Css Color HEX #488D00 Limeade

📋 copy color: '#488D00'

red 72 ◦ green 141 ◦ blue 0

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

Shades of Limeade #488D00

Tints of Limeade #488D00

RGB

 RED value IS 72 (28.52% from 255) = 33.8%

 GREEN value IS 141 (55.47% from 255) = 66.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.8%
G = 66.2%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#488D00 (or 0x488D00) is known color: Limeade. HEX triplet: 48, 8D and 00. RGB value is (72,141,0). Sum of RGB (Red+Green+Blue) = 72+141+0=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 141 (55.47% from 255 or 66.20% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 141 - color contains mainly: green. Hex color #488D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488D00 is #B772FF. Grayscale: #686868. Windows color (decimal): -12022528 or 36168. OLE color: 36168.

HSL color Cylindrical-coordinate representation of color #488D00: hue angle of 89.36º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #488D00 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 0 -
CMYK 0.49 0 1 0.45
HSL 89.36º 1% 0.28% -
HSV(B) 89.36º 1% 0.55% -
XYZ 12.2 20.43 3.3 -
YUV 104.3 69.14 104.96 -
System Red Green Blue C M Y K H S L
Decimal 72 141 0 0.49 0 1 0.45 89.36 1 0.28
Hex 48 8D 0 31 0 64 2D 59 64 1C
Octal 110 215 0 61 0 144 55 131 144 34
Binary 1001000 10001101 0 110001 0 1100100 101101 1011001 1100100 11100

Color Harmonies of #488D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D00

Black with #488D00

Text Example


Text Example

White with #488D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488D00; }

 p { color: rgb(72,141,0); }

 H1.HeaderClassName
 {
   color: #488D00;
 }
 .AnyTagClassName
 {
   color: #488D00;
 }
</style>

background-color css

<style>
 a { background-color: #488D00; }

 a { background-color: rgb(72,141,0); }

 div.DivClassName
 {
   background-color: #488D00;
 }
 .BgClassName
 {
   background-color: #488D00;
 }
</style>

border-color css

<style>
 span { border-color: #488D00; }

 span { border-color: rgb(72,141,0); }

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