Html Css Color HEX #5FAF2F Limeade

📋 copy color: '#5FAF2F'

red 95 ◦ green 175 ◦ blue 47

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

Shades of Limeade #5FAF2F

Tints of Limeade #5FAF2F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.21%

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

R = 29.97%
G = 55.21%
B = 14.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#5FAF2F (or 0x5FAF2F) is known color: Limeade. HEX triplet: 5F, AF and 2F. RGB value is (95,175,47). Sum of RGB (Red+Green+Blue) = 95+175+47=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAF2F is #A050D0. Grayscale: #888888. Windows color (decimal): -10506449 or 3125087. OLE color: 3125087.

HSL color Cylindrical-coordinate representation of color #5FAF2F: hue angle of 97.5º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FAF2F is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 175 47 -
CMYK 0.46 0 0.73 0.31
HSL 97.5º 0.58% 0.44% -
HSV(B) 97.5º 0.73% 0.69% -
XYZ 20.56 33.3 8.03 -
YUV 136.49 77.5 98.41 -
System Red Green Blue C M Y K H S L
Decimal 95 175 47 0.46 0 0.73 0.31 97.5 0.58 0.44
Hex 5F AF 2F 2E 0 49 1F 62 3A 2C
Octal 137 257 57 56 0 111 37 142 72 54
Binary 1011111 10101111 101111 101110 0 1001001 11111 1100010 111010 101100

Color Harmonies of #5FAF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAF2F

Black with #5FAF2F

Text Example


Text Example

White with #5FAF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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