Html Css Color HEX #619F2A Limeade

📋 copy color: '#619F2A'

red 97 ◦ green 159 ◦ blue 42

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

Shades of Limeade #619F2A

Tints of Limeade #619F2A

RGB

 RED value IS 97 (38.28% from 255) = 32.55%

 GREEN value IS 159 (62.5% from 255) = 53.36%

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 32.55%
G = 53.36%
B = 14.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#619F2A (or 0x619F2A) is known color: Limeade. HEX triplet: 61, 9F and 2A. RGB value is (97,159,42). Sum of RGB (Red+Green+Blue) = 97+159+42=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #619F2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619F2A is #9E60D5. Grayscale: #7F7F7F. Windows color (decimal): -10379478 or 2793313. OLE color: 2793313.

HSL color Cylindrical-coordinate representation of color #619F2A: hue angle of 91.79º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #619F2A is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 159 42 -
CMYK 0.39 0 0.74 0.38
HSL 91.79º 0.58% 0.39% -
HSV(B) 91.79º 0.74% 0.62% -
XYZ 17.75 27.5 6.56 -
YUV 127.12 79.96 106.51 -
System Red Green Blue C M Y K H S L
Decimal 97 159 42 0.39 0 0.74 0.38 91.79 0.58 0.39
Hex 61 9F 2A 27 0 4A 26 5C 3A 27
Octal 141 237 52 47 0 112 46 134 72 47
Binary 1100001 10011111 101010 100111 0 1001010 100110 1011100 111010 100111

Color Harmonies of #619F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619F2A

Black with #619F2A

Text Example


Text Example

White with #619F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619F2A; }

 p { color: rgb(97,159,42); }

 H1.HeaderClassName
 {
   color: #619F2A;
 }
 .AnyTagClassName
 {
   color: #619F2A;
 }
</style>

background-color css

<style>
 a { background-color: #619F2A; }

 a { background-color: rgb(97,159,42); }

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

border-color css

<style>
 span { border-color: #619F2A; }

 span { border-color: rgb(97,159,42); }

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