Html Css Color HEX #51930C Limeade

📋 copy color: '#51930C'

red 81 ◦ green 147 ◦ blue 12

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

Shades of Limeade #51930C

Tints of Limeade #51930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.25%

 BLUE value IS 12 (5.08% from 255) = 5%

R = 33.75%
G = 61.25%
B = 5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#51930C (or 0x51930C) is known color: Limeade. HEX triplet: 51, 93 and 0C. RGB value is (81,147,12). Sum of RGB (Red+Green+Blue) = 81+147+12=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #51930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51930C is #AE6CF3. Grayscale: #707070. Windows color (decimal): -11431156 or 824145. OLE color: 824145.

HSL color Cylindrical-coordinate representation of color #51930C: hue angle of 89.33º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #51930C is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 147 12 -
CMYK 0.45 0 0.92 0.42
HSL 89.33º 0.85% 0.31% -
HSV(B) 89.33º 0.92% 0.58% -
XYZ 13.89 22.64 3.99 -
YUV 111.88 71.63 105.98 -
System Red Green Blue C M Y K H S L
Decimal 81 147 12 0.45 0 0.92 0.42 89.33 0.85 0.31
Hex 51 93 C 2D 0 5C 2A 59 55 1F
Octal 121 223 14 55 0 134 52 131 125 37
Binary 1010001 10010011 1100 101101 0 1011100 101010 1011001 1010101 11111

Color Harmonies of #51930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51930C

Black with #51930C

Text Example


Text Example

White with #51930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51930C; }

 p { color: rgb(81,147,12); }

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

background-color css

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

 a { background-color: rgb(81,147,12); }

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

border-color css

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

 span { border-color: rgb(81,147,12); }

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