Html Css Color HEX #5FAC28 Limeade

📋 copy color: '#5FAC28'

red 95 ◦ green 172 ◦ blue 40

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

Shades of Limeade #5FAC28

Tints of Limeade #5FAC28

RGB

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

 GREEN value IS 172 (67.58% from 255) = 56.03%

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 30.94%
G = 56.03%
B = 13.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#5FAC28 (or 0x5FAC28) is known color: Limeade. HEX triplet: 5F, AC and 28. RGB value is (95,172,40). Sum of RGB (Red+Green+Blue) = 95+172+40=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAC28 is #A053D7. Grayscale: #868686. Windows color (decimal): -10507224 or 2665567. OLE color: 2665567.

HSL color Cylindrical-coordinate representation of color #5FAC28: hue angle of 95º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FAC28 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 172 40 -
CMYK 0.45 0 0.77 0.33
HSL 95º 0.62% 0.42% -
HSV(B) 95º 0.77% 0.67% -
XYZ 19.85 32.09 7.16 -
YUV 133.93 74.99 100.23 -
System Red Green Blue C M Y K H S L
Decimal 95 172 40 0.45 0 0.77 0.33 95 0.62 0.42
Hex 5F AC 28 2D 0 4D 21 5F 3E 2A
Octal 137 254 50 55 0 115 41 137 76 52
Binary 1011111 10101100 101000 101101 0 1001101 100001 1011111 111110 101010

Color Harmonies of #5FAC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAC28

Black with #5FAC28

Text Example


Text Example

White with #5FAC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,172,40); }

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

background-color css

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

 a { background-color: rgb(95,172,40); }

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

border-color css

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

 span { border-color: rgb(95,172,40); }

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