Html Css Color HEX #7FC80C Lima

📋 copy color: '#7FC80C'

red 127 ◦ green 200 ◦ blue 12

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

Shades of Lima #7FC80C

Tints of Lima #7FC80C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 59%

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 37.46%
G = 59%
B = 3.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#7FC80C (or 0x7FC80C) is known color: Lima. HEX triplet: 7F, C8 and 0C. RGB value is (127,200,12). Sum of RGB (Red+Green+Blue) = 127+200+12=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC80C is #8037F3. Grayscale: #9D9D9D. Windows color (decimal): -8402932 or 837759. OLE color: 837759.

HSL color Cylindrical-coordinate representation of color #7FC80C: hue angle of 83.3º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FC80C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 200 12 -
CMYK 0.36 0 0.94 0.22
HSL 83.3º 0.89% 0.42% -
HSV(B) 83.3º 0.94% 0.78% -
XYZ 29.47 45.85 7.64 -
YUV 156.74 46.32 106.79 -
System Red Green Blue C M Y K H S L
Decimal 127 200 12 0.36 0 0.94 0.22 83.3 0.89 0.42
Hex 7F C8 C 24 0 5E 16 53 59 2A
Octal 177 310 14 44 0 136 26 123 131 52
Binary 1111111 11001000 1100 100100 0 1011110 10110 1010011 1011001 101010

Color Harmonies of #7FC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC80C

Black with #7FC80C

Text Example


Text Example

White with #7FC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,200,12); }

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

background-color css

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

 a { background-color: rgb(127,200,12); }

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

border-color css

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

 span { border-color: rgb(127,200,12); }

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