Html Css Color HEX #539000 Limeade

📋 copy color: '#539000'

red 83 ◦ green 144 ◦ blue 0

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

Shades of Limeade #539000

Tints of Limeade #539000

RGB

 RED value IS 83 (32.81% from 255) = 36.56%

 GREEN value IS 144 (56.64% from 255) = 63.44%

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

R = 36.56%
G = 63.44%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#539000 (or 0x539000) is known color: Limeade. HEX triplet: 53, 90 and 00. RGB value is (83,144,0). Sum of RGB (Red+Green+Blue) = 83+144+0=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 144 (56.64% from 255 or 63.44% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 144 - color contains mainly: green. Hex color #539000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539000 is #AC6FFF. Grayscale: #6D6D6D. Windows color (decimal): -11300864 or 36947. OLE color: 36947.

HSL color Cylindrical-coordinate representation of color #539000: hue angle of 85.42º 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 #539000 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 144 0 -
CMYK 0.42 0 1 0.44
HSL 85.42º 1% 0.28% -
HSV(B) 85.42º 1% 0.56% -
XYZ 13.54 21.79 3.49 -
YUV 109.35 66.29 109.21 -
System Red Green Blue C M Y K H S L
Decimal 83 144 0 0.42 0 1 0.44 85.42 1 0.28
Hex 53 90 0 2A 0 64 2C 55 64 1C
Octal 123 220 0 52 0 144 54 125 144 34
Binary 1010011 10010000 0 101010 0 1100100 101100 1010101 1100100 11100

Color Harmonies of #539000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539000

Black with #539000

Text Example


Text Example

White with #539000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539000; }

 p { color: rgb(83,144,0); }

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

background-color css

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

 a { background-color: rgb(83,144,0); }

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

border-color css

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

 span { border-color: rgb(83,144,0); }

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