#7FC00A

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

Shades of Lima #7FC00A

Tints of Lima #7FC00A

Color information

#7FC00A (or 0x7FC00A) is unknown color: approx Lima. HEX triplet: 7F, C0 and 0A. RGB value is (127,192,10). Sum of RGB (Red+Green+Blue) = 127+192+10=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC00A is #803FF5. Grayscale: #989898. Windows color (decimal): -8404982 or 704639. OLE color: 704639.

HSL color Cylindrical-coordinate representation of color #7FC00A: hue angle of 81.43º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7FC00A is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB12719210-
CMYK0.3400.950.25
HSL81.43º90.1%39.61%-
HSV(B)81.43º94.79%75.29%-
XYZ27.6642.236.98-
YUV151.8247.97110.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.60%
GREEN value IS 192 (75.39% from 255) = 58.36%
BLUE value IS 10 (4.30% from 255) = 3.04%
R=38.60%
G=58.36%
B=3.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127192100.3400.950.2581.4390.139.61
Hex7FC0A2205F19515a28
Octal177300124201373112113250
Binary1111111110000001010100010010111111100110100011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,192,10); }

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

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

 a { background-color: rgb(127,192,10); }

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

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

 span { border-color: rgb(127,192,10); }

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