Html Css Color HEX #539934 Limeade

📋 copy color: '#539934'

red 83 ◦ green 153 ◦ blue 52

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

Shades of Limeade #539934

Tints of Limeade #539934

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.13%

 BLUE value IS 52 (20.7% from 255) = 18.06%

R = 28.82%
G = 53.13%
B = 18.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#539934 (or 0x539934) is known color: Limeade. HEX triplet: 53, 99 and 34. RGB value is (83,153,52). Sum of RGB (Red+Green+Blue) = 83+153+52=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #539934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539934 is #AC66CB. Grayscale: #787878. Windows color (decimal): -11298508 or 3447123. OLE color: 3447123.

HSL color Cylindrical-coordinate representation of color #539934: hue angle of 101.58º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #539934 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 153 52 -
CMYK 0.46 0 0.66 0.4
HSL 101.58º 0.49% 0.4% -
HSV(B) 101.58º 0.66% 0.6% -
XYZ 15.58 24.87 7.23 -
YUV 120.56 89.31 101.21 -
System Red Green Blue C M Y K H S L
Decimal 83 153 52 0.46 0 0.66 0.4 101.58 0.49 0.4
Hex 53 99 34 2E 0 42 28 66 31 28
Octal 123 231 64 56 0 102 50 146 61 50
Binary 1010011 10011001 110100 101110 0 1000010 101000 1100110 110001 101000

Color Harmonies of #539934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539934

Black with #539934

Text Example


Text Example

White with #539934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539934; }

 p { color: rgb(83,153,52); }

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

background-color css

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

 a { background-color: rgb(83,153,52); }

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

border-color css

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

 span { border-color: rgb(83,153,52); }

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