Html Css Color HEX #509D1E Limeade

📋 copy color: '#509D1E'

red 80 ◦ green 157 ◦ blue 30

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

Shades of Limeade #509D1E

Tints of Limeade #509D1E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 58.8%

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 29.96%
G = 58.8%
B = 11.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#509D1E (or 0x509D1E) is known color: Limeade. HEX triplet: 50, 9D and 1E. RGB value is (80,157,30). Sum of RGB (Red+Green+Blue) = 80+157+30=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 157 (61.72% from 255 or 58.80% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 157 - color contains mainly: green. Hex color #509D1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509D1E is #AF62E1. Grayscale: #777777. Windows color (decimal): -11494114 or 2006352. OLE color: 2006352.

HSL color Cylindrical-coordinate representation of color #509D1E: hue angle of 96.38º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #509D1E is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 157 30 -
CMYK 0.49 0 0.81 0.38
HSL 96.38º 0.68% 0.37% -
HSV(B) 96.38º 0.81% 0.62% -
XYZ 15.6 25.91 5.41 -
YUV 119.5 77.49 99.83 -
System Red Green Blue C M Y K H S L
Decimal 80 157 30 0.49 0 0.81 0.38 96.38 0.68 0.37
Hex 50 9D 1E 31 0 51 26 60 44 25
Octal 120 235 36 61 0 121 46 140 104 45
Binary 1010000 10011101 11110 110001 0 1010001 100110 1100000 1000100 100101

Color Harmonies of #509D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D1E

Black with #509D1E

Text Example


Text Example

White with #509D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,157,30); }

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

background-color css

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

 a { background-color: rgb(80,157,30); }

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

border-color css

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

 span { border-color: rgb(80,157,30); }

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