Html Css Color HEX #51962C Limeade

📋 copy color: '#51962C'

red 81 ◦ green 150 ◦ blue 44

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

Shades of Limeade #51962C

Tints of Limeade #51962C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.55%

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

R = 29.45%
G = 54.55%
B = 16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#51962C (or 0x51962C) is known color: Limeade. HEX triplet: 51, 96 and 2C. RGB value is (81,150,44). Sum of RGB (Red+Green+Blue) = 81+150+44=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #51962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51962C is #AE69D3. Grayscale: #757575. Windows color (decimal): -11430356 or 2922065. OLE color: 2922065.

HSL color Cylindrical-coordinate representation of color #51962C: hue angle of 99.06º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #51962C is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 44 -
CMYK 0.46 0 0.71 0.41
HSL 99.06º 0.55% 0.38% -
HSV(B) 99.06º 0.71% 0.59% -
XYZ 14.75 23.74 6.19 -
YUV 117.29 86.64 102.12 -
System Red Green Blue C M Y K H S L
Decimal 81 150 44 0.46 0 0.71 0.41 99.06 0.55 0.38
Hex 51 96 2C 2E 0 47 29 63 37 26
Octal 121 226 54 56 0 107 51 143 67 46
Binary 1010001 10010110 101100 101110 0 1000111 101001 1100011 110111 100110

Color Harmonies of #51962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51962C

Black with #51962C

Text Example


Text Example

White with #51962C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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