Html Css Color HEX #60952B Limeade

📋 copy color: '#60952B'

red 96 ◦ green 149 ◦ blue 43

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

Shades of Limeade #60952B

Tints of Limeade #60952B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.74%

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 33.33%
G = 51.74%
B = 14.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#60952B (or 0x60952B) is known color: Limeade. HEX triplet: 60, 95 and 2B. RGB value is (96,149,43). Sum of RGB (Red+Green+Blue) = 96+149+43=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #60952B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60952B is #9F6AD4. Grayscale: #797979. Windows color (decimal): -10447573 or 2856288. OLE color: 2856288.

HSL color Cylindrical-coordinate representation of color #60952B: hue angle of 90º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60952B is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 149 43 -
CMYK 0.36 0 0.71 0.42
HSL 90º 0.55% 0.38% -
HSV(B) 90º 0.71% 0.58% -
XYZ 16.01 24.16 6.1 -
YUV 121.07 83.94 110.12 -
System Red Green Blue C M Y K H S L
Decimal 96 149 43 0.36 0 0.71 0.42 90 0.55 0.38
Hex 60 95 2B 24 0 47 2A 5A 37 26
Octal 140 225 53 44 0 107 52 132 67 46
Binary 1100000 10010101 101011 100100 0 1000111 101010 1011010 110111 100110

Color Harmonies of #60952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60952B

Black with #60952B

Text Example


Text Example

White with #60952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60952B; }

 p { color: rgb(96,149,43); }

 H1.HeaderClassName
 {
   color: #60952B;
 }
 .AnyTagClassName
 {
   color: #60952B;
 }
</style>

background-color css

<style>
 a { background-color: #60952B; }

 a { background-color: rgb(96,149,43); }

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

border-color css

<style>
 span { border-color: #60952B; }

 span { border-color: rgb(96,149,43); }

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