Html Css Color HEX #7FC414 Lima

📋 copy color: '#7FC414'

red 127 ◦ green 196 ◦ blue 20

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

Shades of Lima #7FC414

Tints of Lima #7FC414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.83%

R = 37.03%
G = 57.14%
B = 5.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#7FC414 (or 0x7FC414) is known color: Lima. HEX triplet: 7F, C4 and 14. RGB value is (127,196,20). Sum of RGB (Red+Green+Blue) = 127+196+20=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC414 is #803BEB. Grayscale: #9B9B9B. Windows color (decimal): -8403948 or 1361023. OLE color: 1361023.

HSL color Cylindrical-coordinate representation of color #7FC414: hue angle of 83.52º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FC414 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 127 196 20 -
CMYK 0.35 0 0.90 0.23
HSL 83.52º 0.81% 0.42% -
HSV(B) 83.52º 0.9% 0.77% -
XYZ 28.62 44.04 7.65 -
YUV 155.31 51.64 107.81 -
System Red Green Blue C M Y K H S L
Decimal 127 196 20 0.35 0 0.90 0.23 83.52 0.81 0.42
Hex 7F C4 14 23 0 5A 17 54 51 2A
Octal 177 304 24 43 0 132 27 124 121 52
Binary 1111111 11000100 10100 100011 0 1011010 10111 1010100 1010001 101010

Color Harmonies of #7FC414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC414

Black with #7FC414

Text Example


Text Example

White with #7FC414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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