Html Css Color HEX #7FC40C Lima

📋 copy color: '#7FC40C'

red 127 ◦ green 196 ◦ blue 12

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

Shades of Lima #7FC40C

Tints of Lima #7FC40C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.51%

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

R = 37.91%
G = 58.51%
B = 3.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#7FC40C (or 0x7FC40C) is known color: Lima. HEX triplet: 7F, C4 and 0C. RGB value is (127,196,12). Sum of RGB (Red+Green+Blue) = 127+196+12=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC40C is #803BF3. Grayscale: #9B9B9B. Windows color (decimal): -8403956 or 836735. OLE color: 836735.

HSL color Cylindrical-coordinate representation of color #7FC40C: hue angle of 82.5º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FC40C is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 127 196 12 -
CMYK 0.35 0 0.94 0.23
HSL 82.5º 0.88% 0.41% -
HSV(B) 82.5º 0.94% 0.77% -
XYZ 28.56 44.02 7.34 -
YUV 154.39 47.64 108.46 -
System Red Green Blue C M Y K H S L
Decimal 127 196 12 0.35 0 0.94 0.23 82.5 0.88 0.41
Hex 7F C4 C 23 0 5E 17 52 58 29
Octal 177 304 14 43 0 136 27 122 130 51
Binary 1111111 11000100 1100 100011 0 1011110 10111 1010010 1011000 101001

Color Harmonies of #7FC40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC40C

Black with #7FC40C

Text Example


Text Example

White with #7FC40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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