Html Css Color HEX #509B02 Limeade

📋 copy color: '#509B02'

red 80 ◦ green 155 ◦ blue 2

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

Shades of Limeade #509B02

Tints of Limeade #509B02

RGB

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

 GREEN value IS 155 (60.94% from 255) = 65.4%

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

R = 33.76%
G = 65.4%
B = 0.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#509B02 (or 0x509B02) is known color: Limeade. HEX triplet: 50, 9B and 02. RGB value is (80,155,2). Sum of RGB (Red+Green+Blue) = 80+155+2=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 155 (60.94% from 255 or 65.40% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 155 - color contains mainly: green. Hex color #509B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509B02 is #AF64FD. Grayscale: #737373. Windows color (decimal): -11494654 or 170832. OLE color: 170832.

HSL color Cylindrical-coordinate representation of color #509B02: hue angle of 89.41º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #509B02 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 2 -
CMYK 0.48 0 0.99 0.39
HSL 89.41º 0.97% 0.31% -
HSV(B) 89.41º 0.99% 0.61% -
XYZ 15.04 25.15 4.12 -
YUV 115.13 64.15 102.94 -
System Red Green Blue C M Y K H S L
Decimal 80 155 2 0.48 0 0.99 0.39 89.41 0.97 0.31
Hex 50 9B 2 30 0 63 27 59 61 1F
Octal 120 233 2 60 0 143 47 131 141 37
Binary 1010000 10011011 10 110000 0 1100011 100111 1011001 1100001 11111

Color Harmonies of #509B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B02

Black with #509B02

Text Example


Text Example

White with #509B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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