Html Css Color HEX #51942C Limeade

📋 copy color: '#51942C'

red 81 ◦ green 148 ◦ blue 44

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

Shades of Limeade #51942C

Tints of Limeade #51942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.21%

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 29.67%
G = 54.21%
B = 16.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#51942C (or 0x51942C) is known color: Limeade. HEX triplet: 51, 94 and 2C. RGB value is (81,148,44). Sum of RGB (Red+Green+Blue) = 81+148+44=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #51942C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51942C is #AE6BD3. Grayscale: #747474. Windows color (decimal): -11430868 or 2921553. OLE color: 2921553.

HSL color Cylindrical-coordinate representation of color #51942C: hue angle of 98.65º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51942C is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 148 44 -
CMYK 0.45 0 0.70 0.42
HSL 98.65º 0.54% 0.38% -
HSV(B) 98.65º 0.7% 0.58% -
XYZ 14.44 23.11 6.08 -
YUV 116.11 87.3 102.96 -
System Red Green Blue C M Y K H S L
Decimal 81 148 44 0.45 0 0.70 0.42 98.65 0.54 0.38
Hex 51 94 2C 2D 0 46 2A 63 36 26
Octal 121 224 54 55 0 106 52 143 66 46
Binary 1010001 10010100 101100 101101 0 1000110 101010 1100011 110110 100110

Color Harmonies of #51942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51942C

Black with #51942C

Text Example


Text Example

White with #51942C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,148,44); }

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

background-color css

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

 a { background-color: rgb(81,148,44); }

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

border-color css

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

 span { border-color: rgb(81,148,44); }

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