Html Css Color HEX #469500 Limeade

📋 copy color: '#469500'

red 70 ◦ green 149 ◦ blue 0

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

Shades of Limeade #469500

Tints of Limeade #469500

RGB

 RED value IS 70 (27.73% from 255) = 31.96%

 GREEN value IS 149 (58.59% from 255) = 68.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.96%
G = 68.04%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#469500 (or 0x469500) is known color: Limeade. HEX triplet: 46, 95 and 00. RGB value is (70,149,0). Sum of RGB (Red+Green+Blue) = 70+149+0=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 149 (58.59% from 255 or 68.04% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 149 - color contains mainly: green. Hex color #469500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469500 is #B96AFF. Grayscale: #6C6C6C. Windows color (decimal): -12151552 or 38214. OLE color: 38214.

HSL color Cylindrical-coordinate representation of color #469500: hue angle of 91.81º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #469500 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 149 0 -
CMYK 0.53 0 1 0.42
HSL 91.81º 1% 0.29% -
HSV(B) 91.81º 1% 0.58% -
XYZ 13.27 22.8 3.7 -
YUV 108.39 66.83 100.62 -
System Red Green Blue C M Y K H S L
Decimal 70 149 0 0.53 0 1 0.42 91.81 1 0.29
Hex 46 95 0 35 0 64 2A 5C 64 1D
Octal 106 225 0 65 0 144 52 134 144 35
Binary 1000110 10010101 0 110101 0 1100100 101010 1011100 1100100 11101

Color Harmonies of #469500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469500

Black with #469500

Text Example


Text Example

White with #469500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469500; }

 p { color: rgb(70,149,0); }

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

background-color css

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

 a { background-color: rgb(70,149,0); }

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

border-color css

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

 span { border-color: rgb(70,149,0); }

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