#62983A

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

Shades of Limeade #62983A

Tints of Limeade #62983A

Color information

#62983A (or 0x62983A) is unknown color: approx Limeade. HEX triplet: 62, 98 and 3A. RGB value is (98,152,58). Sum of RGB (Red+Green+Blue) = 98+152+58=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #62983A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62983A is #9D67C5. Grayscale: #7D7D7D. Windows color (decimal): -10315718 or 3840098. OLE color: 3840098.

HSL color Cylindrical-coordinate representation of color #62983A: hue angle of 94.47º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62983A is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB9815258-
CMYK0.3600.620.40
HSL94.47º44.76%41.18%-
HSV(B)94.47º61.84%59.61%-
XYZ17.0325.368-
YUV125.1490.11108.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 152 (59.77% from 255) = 49.35%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=31.82%
G=49.35%
B=18.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98152580.3600.620.4094.4744.7641.18
Hex62983A2403E285e2d29
Octal1422307244076501365551
Binary11000101001100011101010010001111101010001011110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62983A; }

 p { color: rgb(98,152,58); }

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

<style>
 a { background-color: #62983A; }

 a { background-color: rgb(98,152,58); }

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

<style>
 span { border-color: #62983A; }

 span { border-color: rgb(98,152,58); }

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