Html Css Color HEX #51A52A Limeade

📋 copy color: '#51A52A'

red 81 ◦ green 165 ◦ blue 42

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

Shades of Limeade #51A52A

Tints of Limeade #51A52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 57.29%

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

R = 28.13%
G = 57.29%
B = 14.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#51A52A (or 0x51A52A) is known color: Limeade. HEX triplet: 51, A5 and 2A. RGB value is (81,165,42). Sum of RGB (Red+Green+Blue) = 81+165+42=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 165 (64.84% from 255 or 57.29% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 165 - color contains mainly: green. Hex color #51A52A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A52A is #AE5AD5. Grayscale: #7E7E7E. Windows color (decimal): -11426518 or 2794833. OLE color: 2794833.

HSL color Cylindrical-coordinate representation of color #51A52A: hue angle of 100.98º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51A52A is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 165 42 -
CMYK 0.51 0 0.75 0.35
HSL 100.98º 0.59% 0.41% -
HSV(B) 100.98º 0.75% 0.65% -
XYZ 17.27 28.83 6.84 -
YUV 125.86 80.67 96 -
System Red Green Blue C M Y K H S L
Decimal 81 165 42 0.51 0 0.75 0.35 100.98 0.59 0.41
Hex 51 A5 2A 33 0 4B 23 65 3B 29
Octal 121 245 52 63 0 113 43 145 73 51
Binary 1010001 10100101 101010 110011 0 1001011 100011 1100101 111011 101001

Color Harmonies of #51A52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A52A

Black with #51A52A

Text Example


Text Example

White with #51A52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51A52A; }

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

 H1.HeaderClassName
 {
   color: #51A52A;
 }
 .AnyTagClassName
 {
   color: #51A52A;
 }
</style>

background-color css

<style>
 a { background-color: #51A52A; }

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

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

border-color css

<style>
 span { border-color: #51A52A; }

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

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