Html Css Color HEX #5FA31E Limeade

📋 copy color: '#5FA31E'

red 95 ◦ green 163 ◦ blue 30

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

Shades of Limeade #5FA31E

Tints of Limeade #5FA31E

RGB

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

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

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

R = 32.99%
G = 56.6%
B = 10.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#5FA31E (or 0x5FA31E) is known color: Limeade. HEX triplet: 5F, A3 and 1E. RGB value is (95,163,30). Sum of RGB (Red+Green+Blue) = 95+163+30=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 163 (64.06% from 255 or 56.60% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA31E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA31E is #A05CE1. Grayscale: #7F7F7F. Windows color (decimal): -10509538 or 2007903. OLE color: 2007903.

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

Color convert

RGB 95 163 30 -
CMYK 0.42 0 0.82 0.36
HSL 90.68º 0.69% 0.38% -
HSV(B) 90.68º 0.82% 0.64% -
XYZ 18.05 28.72 5.82 -
YUV 127.51 72.97 104.81 -
System Red Green Blue C M Y K H S L
Decimal 95 163 30 0.42 0 0.82 0.36 90.68 0.69 0.38
Hex 5F A3 1E 2A 0 52 24 5B 45 26
Octal 137 243 36 52 0 122 44 133 105 46
Binary 1011111 10100011 11110 101010 0 1010010 100100 1011011 1000101 100110

Color Harmonies of #5FA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA31E

Black with #5FA31E

Text Example


Text Example

White with #5FA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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