Html Css Color HEX #5FA32E Limeade

📋 copy color: '#5FA32E'

red 95 ◦ green 163 ◦ blue 46

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

Shades of Limeade #5FA32E

Tints of Limeade #5FA32E

RGB

 RED value IS 95 (37.5% from 255) = 31.25%

 GREEN value IS 163 (64.06% from 255) = 53.62%

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 31.25%
G = 53.62%
B = 15.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#5FA32E (or 0x5FA32E) is known color: Limeade. HEX triplet: 5F, A3 and 2E. RGB value is (95,163,46). Sum of RGB (Red+Green+Blue) = 95+163+46=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA32E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA32E is #A05CD1. Grayscale: #818181. Windows color (decimal): -10509522 or 3056479. OLE color: 3056479.

HSL color Cylindrical-coordinate representation of color #5FA32E: hue angle of 94.87º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FA32E is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 163 46 -
CMYK 0.42 0 0.72 0.36
HSL 94.87º 0.56% 0.41% -
HSV(B) 94.87º 0.72% 0.64% -
XYZ 18.31 28.82 7.18 -
YUV 129.33 80.97 103.51 -
System Red Green Blue C M Y K H S L
Decimal 95 163 46 0.42 0 0.72 0.36 94.87 0.56 0.41
Hex 5F A3 2E 2A 0 48 24 5F 38 29
Octal 137 243 56 52 0 110 44 137 70 51
Binary 1011111 10100011 101110 101010 0 1001000 100100 1011111 111000 101001

Color Harmonies of #5FA32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA32E

Black with #5FA32E

Text Example


Text Example

White with #5FA32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,163,46); }

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

background-color css

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

 a { background-color: rgb(95,163,46); }

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

border-color css

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

 span { border-color: rgb(95,163,46); }

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