Html Css Color HEX #539400 Limeade

📋 copy color: '#539400'

red 83 ◦ green 148 ◦ blue 0

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

Shades of Limeade #539400

Tints of Limeade #539400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 64.07%

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

R = 35.93%
G = 64.07%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#539400 (or 0x539400) is known color: Limeade. HEX triplet: 53, 94 and 00. RGB value is (83,148,0). Sum of RGB (Red+Green+Blue) = 83+148+0=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #539400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539400 is #AC6BFF. Grayscale: #707070. Windows color (decimal): -11299840 or 37971. OLE color: 37971.

HSL color Cylindrical-coordinate representation of color #539400: hue angle of 86.35º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #539400 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 0 -
CMYK 0.44 0 1 0.42
HSL 86.35º 1% 0.29% -
HSV(B) 86.35º 1% 0.58% -
XYZ 14.16 23.02 3.7 -
YUV 111.69 64.97 107.53 -
System Red Green Blue C M Y K H S L
Decimal 83 148 0 0.44 0 1 0.42 86.35 1 0.29
Hex 53 94 0 2C 0 64 2A 56 64 1D
Octal 123 224 0 54 0 144 52 126 144 35
Binary 1010011 10010100 0 101100 0 1100100 101010 1010110 1100100 11101

Color Harmonies of #539400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539400

Black with #539400

Text Example


Text Example

White with #539400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539400; }

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

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

background-color css

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

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

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

border-color css

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

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

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