Html Css Color HEX #5CAA2D Limeade

📋 copy color: '#5CAA2D'

red 92 ◦ green 170 ◦ blue 45

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

Shades of Limeade #5CAA2D

Tints of Limeade #5CAA2D

RGB

 RED value IS 92 (36.33% from 255) = 29.97%

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

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 29.97%
G = 55.37%
B = 14.66%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#5CAA2D (or 0x5CAA2D) is known color: Limeade. HEX triplet: 5C, AA and 2D. RGB value is (92,170,45). Sum of RGB (Red+Green+Blue) = 92+170+45=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAA2D is #A355D2. Grayscale: #848484. Windows color (decimal): -10704339 or 2992732. OLE color: 2992732.

HSL color Cylindrical-coordinate representation of color #5CAA2D: hue angle of 97.44º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5CAA2D is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 170 45 -
CMYK 0.46 0 0.74 0.33
HSL 97.44º 0.58% 0.42% -
HSV(B) 97.44º 0.74% 0.67% -
XYZ 19.26 31.21 7.49 -
YUV 132.43 78.66 99.16 -
System Red Green Blue C M Y K H S L
Decimal 92 170 45 0.46 0 0.74 0.33 97.44 0.58 0.42
Hex 5C AA 2D 2E 0 4A 21 61 3A 2A
Octal 134 252 55 56 0 112 41 141 72 52
Binary 1011100 10101010 101101 101110 0 1001010 100001 1100001 111010 101010

Color Harmonies of #5CAA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAA2D

Black with #5CAA2D

Text Example


Text Example

White with #5CAA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CAA2D; }

 p { color: rgb(92,170,45); }

 H1.HeaderClassName
 {
   color: #5CAA2D;
 }
 .AnyTagClassName
 {
   color: #5CAA2D;
 }
</style>

background-color css

<style>
 a { background-color: #5CAA2D; }

 a { background-color: rgb(92,170,45); }

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

border-color css

<style>
 span { border-color: #5CAA2D; }

 span { border-color: rgb(92,170,45); }

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