Html Css Color HEX #7FB700 Lima

📋 copy color: '#7FB700'

red 127 ◦ green 183 ◦ blue 0

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

Shades of Lima #7FB700

Tints of Lima #7FB700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 59.03%

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

R = 40.97%
G = 59.03%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#7FB700 (or 0x7FB700) is known color: Lima. HEX triplet: 7F, B7 and 00. RGB value is (127,183,0). Sum of RGB (Red+Green+Blue) = 127+183+0=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB700 is #8048FF. Grayscale: #929292. Windows color (decimal): -8407296 or 46975. OLE color: 46975.

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

Color convert

RGB 127 183 0 -
CMYK 0.31 0 1 0.28
HSL 78.36º 1% 0.36% -
HSV(B) 78.36º 1% 0.72% -
XYZ 25.69 38.38 6.05 -
YUV 145.39 45.95 114.88 -
System Red Green Blue C M Y K H S L
Decimal 127 183 0 0.31 0 1 0.28 78.36 1 0.36
Hex 7F B7 0 1F 0 64 1C 4E 64 24
Octal 177 267 0 37 0 144 34 116 144 44
Binary 1111111 10110111 0 11111 0 1100100 11100 1001110 1100100 100100

Color Harmonies of #7FB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB700

Black with #7FB700

Text Example


Text Example

White with #7FB700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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