Html Css Color HEX #5FA730 Limeade

📋 copy color: '#5FA730'

red 95 ◦ green 167 ◦ blue 48

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

Shades of Limeade #5FA730

Tints of Limeade #5FA730

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.87%

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 30.65%
G = 53.87%
B = 15.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#5FA730 (or 0x5FA730) is known color: Limeade. HEX triplet: 5F, A7 and 30. RGB value is (95,167,48). Sum of RGB (Red+Green+Blue) = 95+167+48=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 167 (65.62% from 255 or 53.87% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA730 is #A058CF. Grayscale: #848484. Windows color (decimal): -10508496 or 3188575. OLE color: 3188575.

HSL color Cylindrical-coordinate representation of color #5FA730: hue angle of 96.3º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FA730 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 167 48 -
CMYK 0.43 0 0.71 0.35
HSL 96.3º 0.55% 0.42% -
HSV(B) 96.3º 0.71% 0.65% -
XYZ 19.07 30.28 7.64 -
YUV 131.91 80.65 101.68 -
System Red Green Blue C M Y K H S L
Decimal 95 167 48 0.43 0 0.71 0.35 96.3 0.55 0.42
Hex 5F A7 30 2B 0 47 23 60 37 2A
Octal 137 247 60 53 0 107 43 140 67 52
Binary 1011111 10100111 110000 101011 0 1000111 100011 1100000 110111 101010

Color Harmonies of #5FA730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA730

Black with #5FA730

Text Example


Text Example

White with #5FA730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,167,48); }

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

background-color css

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

 a { background-color: rgb(95,167,48); }

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

border-color css

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

 span { border-color: rgb(95,167,48); }

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