Html Css Color HEX #5C9A1F Limeade

📋 copy color: '#5C9A1F'

red 92 ◦ green 154 ◦ blue 31

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

Shades of Limeade #5C9A1F

Tints of Limeade #5C9A1F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55.6%

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 33.21%
G = 55.6%
B = 11.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#5C9A1F (or 0x5C9A1F) is known color: Limeade. HEX triplet: 5C, 9A and 1F. RGB value is (92,154,31). Sum of RGB (Red+Green+Blue) = 92+154+31=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #5C9A1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9A1F is #A365E0. Grayscale: #797979. Windows color (decimal): -10708449 or 2071132. OLE color: 2071132.

HSL color Cylindrical-coordinate representation of color #5C9A1F: hue angle of 90.24º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C9A1F is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 92 154 31 -
CMYK 0.40 0 0.80 0.40
HSL 90.24º 0.66% 0.36% -
HSV(B) 90.24º 0.8% 0.6% -
XYZ 16.22 25.49 5.36 -
YUV 121.44 76.96 107 -
System Red Green Blue C M Y K H S L
Decimal 92 154 31 0.40 0 0.80 0.40 90.24 0.66 0.36
Hex 5C 9A 1F 28 0 50 28 5A 42 24
Octal 134 232 37 50 0 120 50 132 102 44
Binary 1011100 10011010 11111 101000 0 1010000 101000 1011010 1000010 100100

Color Harmonies of #5C9A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9A1F

Black with #5C9A1F

Text Example


Text Example

White with #5C9A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,154,31); }

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

background-color css

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

 a { background-color: rgb(92,154,31); }

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

border-color css

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

 span { border-color: rgb(92,154,31); }

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