#62A934

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

Shades of Limeade #62A934

Tints of Limeade #62A934

Color information

#62A934 (or 0x62A934) is unknown color: approx Limeade. HEX triplet: 62, A9 and 34. RGB value is (98,169,52). Sum of RGB (Red+Green+Blue) = 98+169+52=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #62A934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A934 is #9D56CB. Grayscale: #868686. Windows color (decimal): -10311372 or 3451234. OLE color: 3451234.

HSL color Cylindrical-coordinate representation of color #62A934: hue angle of 96.41º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62A934 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB9816952-
CMYK0.4200.690.34
HSL96.41º52.94%43.33%-
HSV(B)96.41º69.23%66.27%-
XYZ19.8431.228.23-
YUV134.4381.48102.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.72%
GREEN value IS 169 (66.41% from 255) = 52.98%
BLUE value IS 52 (20.70% from 255) = 16.30%
R=30.72%
G=52.98%
B=16.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal98169520.4200.690.3496.4152.9443.33
Hex62A9342A0452260352b
Octal14225164520105421406553
Binary110001010101001110100101010010001011000101100000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,169,52); }

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

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

 a { background-color: rgb(98,169,52); }

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

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

 span { border-color: rgb(98,169,52); }

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