Html Css Color HEX #519A1C Limeade

📋 copy color: '#519A1C'

red 81 ◦ green 154 ◦ blue 28

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

Shades of Limeade #519A1C

Tints of Limeade #519A1C

RGB

 RED value IS 81 (32.03% from 255) = 30.8%

 GREEN value IS 154 (60.55% from 255) = 58.56%

 BLUE value IS 28 (11.33% from 255) = 10.65%

R = 30.8%
G = 58.56%
B = 10.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#519A1C (or 0x519A1C) is known color: Limeade. HEX triplet: 51, 9A and 1C. RGB value is (81,154,28). Sum of RGB (Red+Green+Blue) = 81+154+28=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 154 (60.55% from 255 or 58.56% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 154 - color contains mainly: green. Hex color #519A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519A1C is #AE65E3. Grayscale: #767676. Windows color (decimal): -11429348 or 1874513. OLE color: 1874513.

HSL color Cylindrical-coordinate representation of color #519A1C: hue angle of 94.76º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #519A1C is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 154 28 -
CMYK 0.47 0 0.82 0.40
HSL 94.76º 0.69% 0.36% -
HSV(B) 94.76º 0.82% 0.6% -
XYZ 15.16 24.94 5.11 -
YUV 117.81 77.32 101.75 -
System Red Green Blue C M Y K H S L
Decimal 81 154 28 0.47 0 0.82 0.40 94.76 0.69 0.36
Hex 51 9A 1C 2F 0 52 28 5F 45 24
Octal 121 232 34 57 0 122 50 137 105 44
Binary 1010001 10011010 11100 101111 0 1010010 101000 1011111 1000101 100100

Color Harmonies of #519A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519A1C

Black with #519A1C

Text Example


Text Example

White with #519A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519A1C; }

 p { color: rgb(81,154,28); }

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

background-color css

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

 a { background-color: rgb(81,154,28); }

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

border-color css

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

 span { border-color: rgb(81,154,28); }

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