#62AB30

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

Shades of Limeade #62AB30

Tints of Limeade #62AB30

Color information

#62AB30 (or 0x62AB30) is unknown color: approx Limeade. HEX triplet: 62, AB and 30. RGB value is (98,171,48). Sum of RGB (Red+Green+Blue) = 98+171+48=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #62AB30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AB30 is #9D54CF. Grayscale: #878787. Windows color (decimal): -10310864 or 3189602. OLE color: 3189602.

HSL color Cylindrical-coordinate representation of color #62AB30: hue angle of 95.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62AB30 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB9817148-
CMYK0.4300.720.33
HSL95.61º56.16%42.94%-
HSV(B)95.61º71.93%67.06%-
XYZ20.1331.947.9-
YUV135.1578.82101.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 171 (67.19% from 255) = 53.94%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=30.91%
G=53.94%
B=15.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98171480.4300.720.3395.6156.1642.94
Hex62AB302B0482160382b
Octal14225360530110411407053
Binary110001010101011110000101011010010001000011100000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,171,48); }

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

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

 a { background-color: rgb(98,171,48); }

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

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

 span { border-color: rgb(98,171,48); }

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