#7FC918

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

Shades of Lima #7FC918

Tints of Lima #7FC918

Color information

#7FC918 (or 0x7FC918) is unknown color: approx Lima. HEX triplet: 7F, C9 and 18. RGB value is (127,201,24). Sum of RGB (Red+Green+Blue) = 127+201+24=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC918 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC918 is #8036E7. Grayscale: #9F9F9F. Windows color (decimal): -8402664 or 1624447. OLE color: 1624447.

HSL color Cylindrical-coordinate representation of color #7FC918: hue angle of 85.08º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FC918 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB12720124-
CMYK0.3700.880.21
HSL85.08º78.67%44.12%-
HSV(B)85.08º88.06%78.82%-
XYZ29.846.358.24-
YUV158.751.98105.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.08%
GREEN value IS 201 (78.91% from 255) = 57.10%
BLUE value IS 24 (9.77% from 255) = 6.82%
R=36.08%
G=57.10%
B=6.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal127201240.3700.880.2185.0878.6744.12
Hex7FC9182505815554f2c
Octal177311304501302512511754
Binary11111111100100111000100101010110001010110101011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,201,24); }

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

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

 a { background-color: rgb(127,201,24); }

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

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

 span { border-color: rgb(127,201,24); }

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