Html Css Color HEX #60AA29 Limeade

📋 copy color: '#60AA29'

red 96 ◦ green 170 ◦ blue 41

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

Shades of Limeade #60AA29

Tints of Limeade #60AA29

RGB

 RED value IS 96 (37.89% from 255) = 31.27%

 GREEN value IS 170 (66.8% from 255) = 55.37%

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 31.27%
G = 55.37%
B = 13.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#60AA29 (or 0x60AA29) is known color: Limeade. HEX triplet: 60, AA and 29. RGB value is (96,170,41). Sum of RGB (Red+Green+Blue) = 96+170+41=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AA29 is #9F55D6. Grayscale: #858585. Windows color (decimal): -10442199 or 2730592. OLE color: 2730592.

HSL color Cylindrical-coordinate representation of color #60AA29: hue angle of 94.42º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60AA29 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 170 41 -
CMYK 0.44 0 0.76 0.33
HSL 94.42º 0.61% 0.41% -
HSV(B) 94.42º 0.76% 0.67% -
XYZ 19.6 31.4 7.12 -
YUV 133.17 75.98 101.49 -
System Red Green Blue C M Y K H S L
Decimal 96 170 41 0.44 0 0.76 0.33 94.42 0.61 0.41
Hex 60 AA 29 2C 0 4C 21 5E 3D 29
Octal 140 252 51 54 0 114 41 136 75 51
Binary 1100000 10101010 101001 101100 0 1001100 100001 1011110 111101 101001

Color Harmonies of #60AA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AA29

Black with #60AA29

Text Example


Text Example

White with #60AA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60AA29; }

 p { color: rgb(96,170,41); }

 H1.HeaderClassName
 {
   color: #60AA29;
 }
 .AnyTagClassName
 {
   color: #60AA29;
 }
</style>

background-color css

<style>
 a { background-color: #60AA29; }

 a { background-color: rgb(96,170,41); }

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

border-color css

<style>
 span { border-color: #60AA29; }

 span { border-color: rgb(96,170,41); }

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