Html Css Color HEX #7FB10C Lima

📋 copy color: '#7FB10C'

red 127 ◦ green 177 ◦ blue 12

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

Shades of Lima #7FB10C

Tints of Lima #7FB10C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.01%

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

R = 40.19%
G = 56.01%
B = 3.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#7FB10C (or 0x7FB10C) is known color: Lima. HEX triplet: 7F, B1 and 0C. RGB value is (127,177,12). Sum of RGB (Red+Green+Blue) = 127+177+12=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB10C is #804EF3. Grayscale: #8F8F8F. Windows color (decimal): -8408820 or 831871. OLE color: 831871.

HSL color Cylindrical-coordinate representation of color #7FB10C: hue angle of 78.18º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7FB10C is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 177 12 -
CMYK 0.28 0 0.93 0.31
HSL 78.18º 0.87% 0.37% -
HSV(B) 78.18º 0.93% 0.69% -
XYZ 24.54 35.98 6 -
YUV 143.24 53.94 116.42 -
System Red Green Blue C M Y K H S L
Decimal 127 177 12 0.28 0 0.93 0.31 78.18 0.87 0.37
Hex 7F B1 C 1C 0 5D 1F 4E 57 25
Octal 177 261 14 34 0 135 37 116 127 45
Binary 1111111 10110001 1100 11100 0 1011101 11111 1001110 1010111 100101

Color Harmonies of #7FB10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB10C

Black with #7FB10C

Text Example


Text Example

White with #7FB10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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