Html Css Color HEX #5CAC1E Limeade

📋 copy color: '#5CAC1E'

red 92 ◦ green 172 ◦ blue 30

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

Shades of Limeade #5CAC1E

Tints of Limeade #5CAC1E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.5%

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 31.29%
G = 58.5%
B = 10.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#5CAC1E (or 0x5CAC1E) is known color: Limeade. HEX triplet: 5C, AC and 1E. RGB value is (92,172,30). Sum of RGB (Red+Green+Blue) = 92+172+30=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 172 (67.58% from 255 or 58.50% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAC1E is #A353E1. Grayscale: #848484. Windows color (decimal): -10703842 or 2010204. OLE color: 2010204.

HSL color Cylindrical-coordinate representation of color #5CAC1E: hue angle of 93.8º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5CAC1E is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 172 30 -
CMYK 0.47 0 0.83 0.33
HSL 93.8º 0.7% 0.4% -
HSV(B) 93.8º 0.83% 0.67% -
XYZ 19.4 31.87 6.36 -
YUV 131.89 70.5 99.55 -
System Red Green Blue C M Y K H S L
Decimal 92 172 30 0.47 0 0.83 0.33 93.8 0.7 0.4
Hex 5C AC 1E 2F 0 53 21 5E 46 28
Octal 134 254 36 57 0 123 41 136 106 50
Binary 1011100 10101100 11110 101111 0 1010011 100001 1011110 1000110 101000

Color Harmonies of #5CAC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC1E

Black with #5CAC1E

Text Example


Text Example

White with #5CAC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,172,30); }

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

background-color css

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

 a { background-color: rgb(92,172,30); }

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

border-color css

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

 span { border-color: rgb(92,172,30); }

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