#7FC31F

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

Shades of Lima #7FC31F

Tints of Lima #7FC31F

Color information

#7FC31F (or 0x7FC31F) is unknown color: approx Lima. HEX triplet: 7F, C3 and 1F. RGB value is (127,195,31). Sum of RGB (Red+Green+Blue) = 127+195+31=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC31F is #803CE0. Grayscale: #9C9C9C. Windows color (decimal): -8404193 or 2081663. OLE color: 2081663.

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

Color convert

RGB12719531-
CMYK0.3500.840.24
HSL84.88º72.57%44.31%-
HSV(B)84.88º84.1%76.47%-
XYZ28.5143.648.22-
YUV155.9757.47107.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.98%
GREEN value IS 195 (76.56% from 255) = 55.24%
BLUE value IS 31 (12.5% from 255) = 8.78%
R=35.98%
G=55.24%
B=8.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127195310.3500.840.2484.8872.5744.31
Hex7FC31F230541855492c
Octal177303374301243012511154
Binary11111111100001111111100011010101001100010101011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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