#7FB61C

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

Shades of Lima #7FB61C

Tints of Lima #7FB61C

Color information

#7FB61C (or 0x7FB61C) is unknown color: approx Lima. HEX triplet: 7F, B6 and 1C. RGB value is (127,182,28). Sum of RGB (Red+Green+Blue) = 127+182+28=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 182 (71.48% from 255 or 54.01% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB61C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB61C is #8049E3. Grayscale: #949494. Windows color (decimal): -8407524 or 1881727. OLE color: 1881727.

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

Color convert

RGB12718228-
CMYK0.3000.850.29
HSL81.43º73.33%41.18%-
HSV(B)81.43º84.62%71.37%-
XYZ25.6938.057.09-
YUV14860.28113.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 182 (71.48% from 255) = 54.01%
BLUE value IS 28 (11.33% from 255) = 8.31%
R=37.69%
G=54.01%
B=8.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127182280.3000.850.2981.4373.3341.18
Hex7FB61C1E0551D514929
Octal177266343601253512111151
Binary1111111101101101110011110010101011110110100011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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