#62AA25

Color #62AA25 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #62AA25

Tints of Limeade #62AA25

Color information

#62AA25 (or 0x62AA25) is unknown color: approx Limeade. HEX triplet: 62, AA and 25. RGB value is (98,170,37). Sum of RGB (Red+Green+Blue) = 98+170+37=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AA25 is #9D55DA. Grayscale: #858585. Windows color (decimal): -10311131 or 2468450. OLE color: 2468450.

HSL color Cylindrical-coordinate representation of color #62AA25: hue angle of 92.48º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62AA25 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB9817037-
CMYK0.4200.780.33
HSL92.48º64.25%40.59%-
HSV(B)92.48º78.24%66.67%-
XYZ19.7531.486.79-
YUV133.3173.65102.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 170 (66.80% from 255) = 55.74%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=32.13%
G=55.74%
B=12.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98170370.4200.780.3392.4864.2540.59
Hex62AA252A04E215c4029
Octal142252455201164113410051
Binary1100010101010101001011010100100111010000110111001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62AA25; }

 p { color: rgb(98,170,37); }

 H1.HeaderClassName
 {
   color: #62AA25;
 }
 .AnyTagClassName
 {
   color: #62AA25;
 }
</style>
background-color css

<style>
 a { background-color: #62AA25; }

 a { background-color: rgb(98,170,37); }

 div.DivClassName
 {
   background-color: #62AA25;
 }
 .BgClassName
 {
   background-color: #62AA25;
 }
</style>
border-color css

<style>
 span { border-color: #62AA25; }

 span { border-color: rgb(98,170,37); }

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