Html Css Color HEX #7FB613 Lima

📋 copy color: '#7FB613'

red 127 ◦ green 182 ◦ blue 19

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

Shades of Lima #7FB613

Tints of Lima #7FB613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.49%

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

R = 38.72%
G = 55.49%
B = 5.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#7FB613 (or 0x7FB613) is known color: Lima. HEX triplet: 7F, B6 and 13. RGB value is (127,182,19). Sum of RGB (Red+Green+Blue) = 127+182+19=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB613 is #8049EC. Grayscale: #939393. Windows color (decimal): -8407533 or 1291903. OLE color: 1291903.

HSL color Cylindrical-coordinate representation of color #7FB613: hue angle of 80.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FB613 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 182 19 -
CMYK 0.30 0 0.90 0.29
HSL 80.25º 0.81% 0.39% -
HSV(B) 80.25º 0.9% 0.71% -
XYZ 25.6 38.01 6.6 -
YUV 146.97 55.78 113.75 -
System Red Green Blue C M Y K H S L
Decimal 127 182 19 0.30 0 0.90 0.29 80.25 0.81 0.39
Hex 7F B6 13 1E 0 5A 1D 50 51 27
Octal 177 266 23 36 0 132 35 120 121 47
Binary 1111111 10110110 10011 11110 0 1011010 11101 1010000 1010001 100111

Color Harmonies of #7FB613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB613

Black with #7FB613

Text Example


Text Example

White with #7FB613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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