Html Css Color HEX #51982A Limeade

📋 copy color: '#51982A'

red 81 ◦ green 152 ◦ blue 42

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

Shades of Limeade #51982A

Tints of Limeade #51982A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.27%

 BLUE value IS 42 (16.8% from 255) = 15.27%

R = 29.45%
G = 55.27%
B = 15.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#51982A (or 0x51982A) is known color: Limeade. HEX triplet: 51, 98 and 2A. RGB value is (81,152,42). Sum of RGB (Red+Green+Blue) = 81+152+42=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #51982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51982A is #AE67D5. Grayscale: #767676. Windows color (decimal): -11429846 or 2791505. OLE color: 2791505.

HSL color Cylindrical-coordinate representation of color #51982A: hue angle of 98.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51982A is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 42 -
CMYK 0.47 0 0.72 0.40
HSL 98.73º 0.57% 0.38% -
HSV(B) 98.73º 0.72% 0.6% -
XYZ 15.04 24.37 6.1 -
YUV 118.23 84.98 101.44 -
System Red Green Blue C M Y K H S L
Decimal 81 152 42 0.47 0 0.72 0.40 98.73 0.57 0.38
Hex 51 98 2A 2F 0 48 28 63 39 26
Octal 121 230 52 57 0 110 50 143 71 46
Binary 1010001 10011000 101010 101111 0 1001000 101000 1100011 111001 100110

Color Harmonies of #51982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51982A

Black with #51982A

Text Example


Text Example

White with #51982A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51982A; }

 p { color: rgb(81,152,42); }

 H1.HeaderClassName
 {
   color: #51982A;
 }
 .AnyTagClassName
 {
   color: #51982A;
 }
</style>

background-color css

<style>
 a { background-color: #51982A; }

 a { background-color: rgb(81,152,42); }

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

border-color css

<style>
 span { border-color: #51982A; }

 span { border-color: rgb(81,152,42); }

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