#7fb71c

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

Shades of Lima #7FB71C

Tints of Lima #7FB71C

Color information

#7FB71C (or 0x7FB71C) is unknown color: approx Lima. HEX triplet: 7F, B7 and 1C. RGB value is (127,183,28). Sum of RGB (Red+Green+Blue) = 127+183+28=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB71C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB71C is #8048E3. Grayscale: #959595. Windows color (decimal): -8407268 or 1881983. OLE color: 1881983.

HSL color Cylindrical-coordinate representation of color #7FB71C: hue angle of 81.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7FB71C is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB12718328-
CMYK0.3100.850.28
HSL81.68º73.46%41.37%-
HSV(B)81.68º84.7%71.76%-
XYZ25.938.467.16-
YUV148.5959.95112.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.57%
GREEN value IS 183 (71.88% from 255) = 54.14%
BLUE value IS 28 (11.33% from 255) = 8.28%
R=37.57%
G=54.14%
B=8.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal127183280.3100.850.2881.6873.4641.37
Hex7FB71C1F0551C524929
Octal177267343701253412211151
Binary1111111101101111110011111010101011110010100101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fb71c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,183,28); }

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

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

 a { background-color: rgb(127,183,28); }

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

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

 span { border-color: rgb(127,183,28); }

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