Html Css Color HEX #509B2E Limeade

📋 copy color: '#509B2E'

red 80 ◦ green 155 ◦ blue 46

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

Shades of Limeade #509B2E

Tints of Limeade #509B2E

RGB

 RED value IS 80 (31.64% from 255) = 28.47%

 GREEN value IS 155 (60.94% from 255) = 55.16%

 BLUE value IS 46 (18.36% from 255) = 16.37%

R = 28.47%
G = 55.16%
B = 16.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#509B2E (or 0x509B2E) is known color: Limeade. HEX triplet: 50, 9B and 2E. RGB value is (80,155,46). Sum of RGB (Red+Green+Blue) = 80+155+46=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #509B2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509B2E is #AF64D1. Grayscale: #787878. Windows color (decimal): -11494610 or 3054416. OLE color: 3054416.

HSL color Cylindrical-coordinate representation of color #509B2E: hue angle of 101.28º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #509B2E is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 46 -
CMYK 0.48 0 0.70 0.39
HSL 101.28º 0.54% 0.39% -
HSV(B) 101.28º 0.7% 0.61% -
XYZ 15.52 25.35 6.66 -
YUV 120.15 86.15 99.36 -
System Red Green Blue C M Y K H S L
Decimal 80 155 46 0.48 0 0.70 0.39 101.28 0.54 0.39
Hex 50 9B 2E 30 0 46 27 65 36 27
Octal 120 233 56 60 0 106 47 145 66 47
Binary 1010000 10011011 101110 110000 0 1000110 100111 1100101 110110 100111

Color Harmonies of #509B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B2E

Black with #509B2E

Text Example


Text Example

White with #509B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509B2E; }

 p { color: rgb(80,155,46); }

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

background-color css

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

 a { background-color: rgb(80,155,46); }

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

border-color css

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

 span { border-color: rgb(80,155,46); }

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