#7FC30B

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

Shades of Lima #7FC30B

Tints of Lima #7FC30B

Color information

#7FC30B (or 0x7FC30B) is unknown color: approx Lima. HEX triplet: 7F, C3 and 0B. RGB value is (127,195,11). Sum of RGB (Red+Green+Blue) = 127+195+11=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC30B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC30B is #803CF4. Grayscale: #9A9A9A. Windows color (decimal): -8404213 or 770943. OLE color: 770943.

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

Color convert

RGB12719511-
CMYK0.3500.940.24
HSL82.17º89.32%40.39%-
HSV(B)82.17º94.36%76.47%-
XYZ28.3343.577.23-
YUV153.6947.47108.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.14%
GREEN value IS 195 (76.56% from 255) = 58.56%
BLUE value IS 11 (4.69% from 255) = 3.30%
R=38.14%
G=58.56%
B=3.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127195110.3500.940.2482.1789.3240.39
Hex7FC3B2305E18525928
Octal177303134301363012213150
Binary1111111110000111011100011010111101100010100101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,195,11); }

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

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

 a { background-color: rgb(127,195,11); }

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

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

 span { border-color: rgb(127,195,11); }

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