Html Css Color HEX #7FB013 Lima

📋 copy color: '#7FB013'

red 127 ◦ green 176 ◦ blue 19

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

Shades of Lima #7FB013

Tints of Lima #7FB013

RGB

 RED value IS 127 (50% from 255) = 39.44%

 GREEN value IS 176 (69.14% from 255) = 54.66%

 BLUE value IS 19 (7.81% from 255) = 5.9%

R = 39.44%
G = 54.66%
B = 5.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#7FB013 (or 0x7FB013) is known color: Lima. HEX triplet: 7F, B0 and 13. RGB value is (127,176,19). Sum of RGB (Red+Green+Blue) = 127+176+19=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB013 is #804FEC. Grayscale: #909090. Windows color (decimal): -8409069 or 1290367. OLE color: 1290367.

HSL color Cylindrical-coordinate representation of color #7FB013: hue angle of 78.73º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7FB013 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 176 19 -
CMYK 0.28 0 0.89 0.31
HSL 78.73º 0.81% 0.38% -
HSV(B) 78.73º 0.89% 0.69% -
XYZ 24.4 35.61 6.2 -
YUV 143.45 57.77 116.27 -
System Red Green Blue C M Y K H S L
Decimal 127 176 19 0.28 0 0.89 0.31 78.73 0.81 0.38
Hex 7F B0 13 1C 0 59 1F 4F 51 26
Octal 177 260 23 34 0 131 37 117 121 46
Binary 1111111 10110000 10011 11100 0 1011001 11111 1001111 1010001 100110

Color Harmonies of #7FB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB013

Black with #7FB013

Text Example


Text Example

White with #7FB013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FB013; }

 p { color: rgb(127,176,19); }

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

background-color css

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

 a { background-color: rgb(127,176,19); }

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

border-color css

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

 span { border-color: rgb(127,176,19); }

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