Html Css Color HEX #7FB600 Lima

📋 copy color: '#7FB600'

red 127 ◦ green 182 ◦ blue 0

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

Shades of Lima #7FB600

Tints of Lima #7FB600

RGB

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

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

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

R = 41.1%
G = 58.9%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#7FB600 (or 0x7FB600) is known color: Lima. HEX triplet: 7F, B6 and 00. RGB value is (127,182,0). Sum of RGB (Red+Green+Blue) = 127+182+0=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 182 (71.48% from 255 or 58.90% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB600 is #8049FF. Grayscale: #919191. Windows color (decimal): -8407552 or 46719. OLE color: 46719.

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

Color convert

RGB 127 182 0 -
CMYK 0.30 0 1 0.29
HSL 78.13º 1% 0.36% -
HSV(B) 78.13º 1% 0.71% -
XYZ 25.48 37.97 5.99 -
YUV 144.81 46.28 115.3 -
System Red Green Blue C M Y K H S L
Decimal 127 182 0 0.30 0 1 0.29 78.13 1 0.36
Hex 7F B6 0 1E 0 64 1D 4E 64 24
Octal 177 266 0 36 0 144 35 116 144 44
Binary 1111111 10110110 0 11110 0 1100100 11101 1001110 1100100 100100

Color Harmonies of #7FB600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB600

Black with #7FB600

Text Example


Text Example

White with #7FB600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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