Html Css Color HEX #5FA02F Limeade

📋 copy color: '#5FA02F'

red 95 ◦ green 160 ◦ blue 47

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

Shades of Limeade #5FA02F

Tints of Limeade #5FA02F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.98%

 BLUE value IS 47 (18.75% from 255) = 15.56%

R = 31.46%
G = 52.98%
B = 15.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#5FA02F (or 0x5FA02F) is known color: Limeade. HEX triplet: 5F, A0 and 2F. RGB value is (95,160,47). Sum of RGB (Red+Green+Blue) = 95+160+47=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA02F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA02F is #A05FD0. Grayscale: #808080. Windows color (decimal): -10510289 or 3121247. OLE color: 3121247.

HSL color Cylindrical-coordinate representation of color #5FA02F: hue angle of 94.51º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FA02F is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 95 160 47 -
CMYK 0.41 0 0.71 0.37
HSL 94.51º 0.55% 0.41% -
HSV(B) 94.51º 0.71% 0.63% -
XYZ 17.8 27.78 7.11 -
YUV 127.68 82.47 104.69 -
System Red Green Blue C M Y K H S L
Decimal 95 160 47 0.41 0 0.71 0.37 94.51 0.55 0.41
Hex 5F A0 2F 29 0 47 25 5F 37 29
Octal 137 240 57 51 0 107 45 137 67 51
Binary 1011111 10100000 101111 101001 0 1000111 100101 1011111 110111 101001

Color Harmonies of #5FA02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA02F

Black with #5FA02F

Text Example


Text Example

White with #5FA02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,160,47); }

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

background-color css

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

 a { background-color: rgb(95,160,47); }

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

border-color css

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

 span { border-color: rgb(95,160,47); }

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