Html Css Color HEX #60983A Limeade

📋 copy color: '#60983A'

red 96 ◦ green 152 ◦ blue 58

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

Shades of Limeade #60983A

Tints of Limeade #60983A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.67%

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 31.37%
G = 49.67%
B = 18.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#60983A (or 0x60983A) is known color: Limeade. HEX triplet: 60, 98 and 3A. RGB value is (96,152,58). Sum of RGB (Red+Green+Blue) = 96+152+58=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #60983A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60983A is #9F67C5. Grayscale: #7C7C7C. Windows color (decimal): -10446790 or 3840096. OLE color: 3840096.

HSL color Cylindrical-coordinate representation of color #60983A: hue angle of 95.74º 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 #60983A is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 58 -
CMYK 0.37 0 0.62 0.40
HSL 95.74º 0.45% 0.41% -
HSV(B) 95.74º 0.62% 0.6% -
XYZ 16.82 25.25 7.99 -
YUV 124.54 90.45 107.64 -
System Red Green Blue C M Y K H S L
Decimal 96 152 58 0.37 0 0.62 0.40 95.74 0.45 0.41
Hex 60 98 3A 25 0 3E 28 60 2D 29
Octal 140 230 72 45 0 76 50 140 55 51
Binary 1100000 10011000 111010 100101 0 111110 101000 1100000 101101 101001

Color Harmonies of #60983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60983A

Black with #60983A

Text Example


Text Example

White with #60983A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60983A;
 }
 .AnyTagClassName
 {
   color: #60983A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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