Html Css Color HEX #488F00 Limeade

📋 copy color: '#488F00'

red 72 ◦ green 143 ◦ blue 0

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

Shades of Limeade #488F00

Tints of Limeade #488F00

RGB

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

 GREEN value IS 143 (56.25% from 255) = 66.51%

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

R = 33.49%
G = 66.51%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#488F00 (or 0x488F00) is known color: Limeade. HEX triplet: 48, 8F and 00. RGB value is (72,143,0). Sum of RGB (Red+Green+Blue) = 72+143+0=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 143 (56.25% from 255 or 66.51% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 143 - color contains mainly: green. Hex color #488F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488F00 is #B770FF. Grayscale: #696969. Windows color (decimal): -12022016 or 36680. OLE color: 36680.

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

Color convert

RGB 72 143 0 -
CMYK 0.50 0 1 0.44
HSL 89.79º 1% 0.28% -
HSV(B) 89.79º 1% 0.56% -
XYZ 12.49 21.02 3.4 -
YUV 105.47 68.48 104.13 -
System Red Green Blue C M Y K H S L
Decimal 72 143 0 0.50 0 1 0.44 89.79 1 0.28
Hex 48 8F 0 32 0 64 2C 5A 64 1C
Octal 110 217 0 62 0 144 54 132 144 34
Binary 1001000 10001111 0 110010 0 1100100 101100 1011010 1100100 11100

Color Harmonies of #488F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488F00

Black with #488F00

Text Example


Text Example

White with #488F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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