Html Css Color HEX #539C01 Limeade

📋 copy color: '#539C01'

red 83 ◦ green 156 ◦ blue 1

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

Shades of Limeade #539C01

Tints of Limeade #539C01

RGB

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

 GREEN value IS 156 (61.33% from 255) = 65%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 34.58%
G = 65%
B = 0.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#539C01 (or 0x539C01) is known color: Limeade. HEX triplet: 53, 9C and 01. RGB value is (83,156,1). Sum of RGB (Red+Green+Blue) = 83+156+1=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 156 (61.33% from 255 or 65% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 156 - color contains mainly: green. Hex color #539C01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539C01 is #AC63FE. Grayscale: #757575. Windows color (decimal): -11297791 or 105555. OLE color: 105555.

HSL color Cylindrical-coordinate representation of color #539C01: hue angle of 88.26º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #539C01 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 156 1 -
CMYK 0.47 0 0.99 0.39
HSL 88.26º 0.99% 0.31% -
HSV(B) 88.26º 0.99% 0.61% -
XYZ 15.46 25.62 4.16 -
YUV 116.5 62.82 104.1 -
System Red Green Blue C M Y K H S L
Decimal 83 156 1 0.47 0 0.99 0.39 88.26 0.99 0.31
Hex 53 9C 1 2F 0 63 27 58 63 1F
Octal 123 234 1 57 0 143 47 130 143 37
Binary 1010011 10011100 1 101111 0 1100011 100111 1011000 1100011 11111

Color Harmonies of #539C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539C01

Black with #539C01

Text Example


Text Example

White with #539C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539C01; }

 p { color: rgb(83,156,1); }

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

background-color css

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

 a { background-color: rgb(83,156,1); }

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

border-color css

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

 span { border-color: rgb(83,156,1); }

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