Html Css Color HEX #7FB800 Lima

📋 copy color: '#7FB800'

red 127 ◦ green 184 ◦ blue 0

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

Shades of Lima #7FB800

Tints of Lima #7FB800

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.16%

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

R = 40.84%
G = 59.16%
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

#7FB800 (or 0x7FB800) is known color: Lima. HEX triplet: 7F, B8 and 00. RGB value is (127,184,0). Sum of RGB (Red+Green+Blue) = 127+184+0=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 184 (72.27% from 255 or 59.16% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB800 is #8047FF. Grayscale: #929292. Windows color (decimal): -8407040 or 47231. OLE color: 47231.

HSL color Cylindrical-coordinate representation of color #7FB800: hue angle of 78.59º 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 #7FB800 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 184 0 -
CMYK 0.31 0 1 0.28
HSL 78.59º 1% 0.36% -
HSV(B) 78.59º 1% 0.72% -
XYZ 25.89 38.79 6.12 -
YUV 145.98 45.62 114.46 -
System Red Green Blue C M Y K H S L
Decimal 127 184 0 0.31 0 1 0.28 78.59 1 0.36
Hex 7F B8 0 1F 0 64 1C 4F 64 24
Octal 177 270 0 37 0 144 34 117 144 44
Binary 1111111 10111000 0 11111 0 1100100 11100 1001111 1100100 100100

Color Harmonies of #7FB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB800

Black with #7FB800

Text Example


Text Example

White with #7FB800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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