Html Css Color HEX #619A2F Limeade

📋 copy color: '#619A2F'

red 97 ◦ green 154 ◦ blue 47

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

Shades of Limeade #619A2F

Tints of Limeade #619A2F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.68%

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 32.55%
G = 51.68%
B = 15.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#619A2F (or 0x619A2F) is known color: Limeade. HEX triplet: 61, 9A and 2F. RGB value is (97,154,47). Sum of RGB (Red+Green+Blue) = 97+154+47=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #619A2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619A2F is #9E65D0. Grayscale: #7D7D7D. Windows color (decimal): -10380753 or 3119713. OLE color: 3119713.

HSL color Cylindrical-coordinate representation of color #619A2F: hue angle of 91.96º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #619A2F is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 154 47 -
CMYK 0.37 0 0.69 0.40
HSL 91.96º 0.53% 0.39% -
HSV(B) 91.96º 0.69% 0.6% -
XYZ 17 25.86 6.78 -
YUV 124.76 84.12 108.2 -
System Red Green Blue C M Y K H S L
Decimal 97 154 47 0.37 0 0.69 0.40 91.96 0.53 0.39
Hex 61 9A 2F 25 0 45 28 5C 35 27
Octal 141 232 57 45 0 105 50 134 65 47
Binary 1100001 10011010 101111 100101 0 1000101 101000 1011100 110101 100111

Color Harmonies of #619A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619A2F

Black with #619A2F

Text Example


Text Example

White with #619A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,154,47); }

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

background-color css

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

 a { background-color: rgb(97,154,47); }

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

border-color css

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

 span { border-color: rgb(97,154,47); }

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