Html Css Color HEX #509402 Limeade

📋 copy color: '#509402'

red 80 ◦ green 148 ◦ blue 2

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

Shades of Limeade #509402

Tints of Limeade #509402

RGB

 RED value IS 80 (31.64% from 255) = 34.78%

 GREEN value IS 148 (58.2% from 255) = 64.35%

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 34.78%
G = 64.35%
B = 0.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#509402 (or 0x509402) is known color: Limeade. HEX triplet: 50, 94 and 02. RGB value is (80,148,2). Sum of RGB (Red+Green+Blue) = 80+148+2=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 148 (58.20% from 255 or 64.35% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 148 - color contains mainly: green. Hex color #509402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509402 is #AF6BFD. Grayscale: #6F6F6F. Windows color (decimal): -11496446 or 169040. OLE color: 169040.

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

Color convert

RGB 80 148 2 -
CMYK 0.46 0 0.99 0.42
HSL 87.95º 0.97% 0.29% -
HSV(B) 87.95º 0.99% 0.58% -
XYZ 13.91 22.89 3.74 -
YUV 111.02 66.47 105.87 -
System Red Green Blue C M Y K H S L
Decimal 80 148 2 0.46 0 0.99 0.42 87.95 0.97 0.29
Hex 50 94 2 2E 0 63 2A 58 61 1D
Octal 120 224 2 56 0 143 52 130 141 35
Binary 1010000 10010100 10 101110 0 1100011 101010 1011000 1100001 11101

Color Harmonies of #509402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509402

Black with #509402

Text Example


Text Example

White with #509402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509402; }

 p { color: rgb(80,148,2); }

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

background-color css

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

 a { background-color: rgb(80,148,2); }

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

border-color css

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

 span { border-color: rgb(80,148,2); }

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