#5CA933

Color #5CA933 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5CA933

Tints of Limeade #5CA933

Color information

#5CA933 (or 0x5CA933) is unknown color: approx Limeade. HEX triplet: 5C, A9 and 33. RGB value is (92,169,51). Sum of RGB (Red+Green+Blue) = 92+169+51=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #5CA933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA933 is #A356CC. Grayscale: #848484. Windows color (decimal): -10704589 or 3385692. OLE color: 3385692.

HSL color Cylindrical-coordinate representation of color #5CA933: hue angle of 99.15º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CA933 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB9216951-
CMYK0.4600.700.34
HSL99.15º53.64%43.14%-
HSV(B)99.15º69.82%66.27%-
XYZ19.230.898.08-
YUV132.5281.9999.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.49%
GREEN value IS 169 (66.41% from 255) = 54.17%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=29.49%
G=54.17%
B=16.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal92169510.4600.700.3499.1553.6443.14
Hex5CA9332E0462263362b
Octal13425163560106421436653
Binary101110010101001110011101110010001101000101100011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,169,51); }

 H1.HeaderClassName
 {
   color: #5CA933;
 }
 .AnyTagClassName
 {
   color: #5CA933;
 }
</style>
background-color css

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

 a { background-color: rgb(92,169,51); }

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

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

 span { border-color: rgb(92,169,51); }

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