Html Css Color HEX #60A825 Limeade

📋 copy color: '#60A825'

red 96 ◦ green 168 ◦ blue 37

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

Shades of Limeade #60A825

Tints of Limeade #60A825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 55.81%

 BLUE value IS 37 (14.84% from 255) = 12.29%

R = 31.89%
G = 55.81%
B = 12.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#60A825 (or 0x60A825) is known color: Limeade. HEX triplet: 60, A8 and 25. RGB value is (96,168,37). Sum of RGB (Red+Green+Blue) = 96+168+37=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 168 (66.02% from 255 or 55.81% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 168 - color contains mainly: green. Hex color #60A825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A825 is #9F57DA. Grayscale: #838383. Windows color (decimal): -10442715 or 2467936. OLE color: 2467936.

HSL color Cylindrical-coordinate representation of color #60A825: hue angle of 92.98º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60A825 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 96 168 37 -
CMYK 0.43 0 0.78 0.34
HSL 92.98º 0.64% 0.4% -
HSV(B) 92.98º 0.78% 0.66% -
XYZ 19.16 30.63 6.65 -
YUV 131.54 74.65 102.65 -
System Red Green Blue C M Y K H S L
Decimal 96 168 37 0.43 0 0.78 0.34 92.98 0.64 0.4
Hex 60 A8 25 2B 0 4E 22 5D 40 28
Octal 140 250 45 53 0 116 42 135 100 50
Binary 1100000 10101000 100101 101011 0 1001110 100010 1011101 1000000 101000

Color Harmonies of #60A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A825

Black with #60A825

Text Example


Text Example

White with #60A825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,168,37); }

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

background-color css

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

 a { background-color: rgb(96,168,37); }

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

border-color css

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

 span { border-color: rgb(96,168,37); }

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