Html Css Color HEX #60A52F Limeade

📋 copy color: '#60A52F'

red 96 ◦ green 165 ◦ blue 47

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

Shades of Limeade #60A52F

Tints of Limeade #60A52F

RGB

 RED value IS 96 (37.89% from 255) = 31.17%

 GREEN value IS 165 (64.84% from 255) = 53.57%

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

R = 31.17%
G = 53.57%
B = 15.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#60A52F (or 0x60A52F) is known color: Limeade. HEX triplet: 60, A5 and 2F. RGB value is (96,165,47). Sum of RGB (Red+Green+Blue) = 96+165+47=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #60A52F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A52F is #9F5AD0. Grayscale: #838383. Windows color (decimal): -10443473 or 3122528. OLE color: 3122528.

HSL color Cylindrical-coordinate representation of color #60A52F: hue angle of 95.08º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60A52F is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 165 47 -
CMYK 0.42 0 0.72 0.35
HSL 95.08º 0.56% 0.42% -
HSV(B) 95.08º 0.72% 0.65% -
XYZ 18.79 29.6 7.41 -
YUV 130.92 80.64 103.09 -
System Red Green Blue C M Y K H S L
Decimal 96 165 47 0.42 0 0.72 0.35 95.08 0.56 0.42
Hex 60 A5 2F 2A 0 48 23 5F 38 2A
Octal 140 245 57 52 0 110 43 137 70 52
Binary 1100000 10100101 101111 101010 0 1001000 100011 1011111 111000 101010

Color Harmonies of #60A52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A52F

Black with #60A52F

Text Example


Text Example

White with #60A52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A52F; }

 p { color: rgb(96,165,47); }

 H1.HeaderClassName
 {
   color: #60A52F;
 }
 .AnyTagClassName
 {
   color: #60A52F;
 }
</style>

background-color css

<style>
 a { background-color: #60A52F; }

 a { background-color: rgb(96,165,47); }

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

border-color css

<style>
 span { border-color: #60A52F; }

 span { border-color: rgb(96,165,47); }

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