#7FC217

Color #7FC217 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7FC217

Tints of Lima #7FC217

Color information

#7FC217 (or 0x7FC217) is unknown color: approx Lima. HEX triplet: 7F, C2 and 17. RGB value is (127,194,23). Sum of RGB (Red+Green+Blue) = 127+194+23=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC217 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC217 is #803DE8. Grayscale: #9B9B9B. Windows color (decimal): -8404457 or 1557119. OLE color: 1557119.

HSL color Cylindrical-coordinate representation of color #7FC217: hue angle of 83.51º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FC217 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB12719423-
CMYK0.3500.880.24
HSL83.51º78.8%42.55%-
HSV(B)83.51º88.14%76.08%-
XYZ28.243.167.65-
YUV154.4753.8108.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.92%
GREEN value IS 194 (76.17% from 255) = 56.40%
BLUE value IS 23 (9.38% from 255) = 6.69%
R=36.92%
G=56.40%
B=6.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127194230.3500.880.2483.5178.842.55
Hex7FC2172305818544f2b
Octal177302274301303012411753
Binary11111111100001010111100011010110001100010101001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,194,23); }

 H1.HeaderClassName
 {
   color: #7FC217;
 }
 .AnyTagClassName
 {
   color: #7FC217;
 }
</style>
background-color css

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

 a { background-color: rgb(127,194,23); }

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

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

 span { border-color: rgb(127,194,23); }

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