#7FB72C

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

Shades of Lima #7FB72C

Tints of Lima #7FB72C

Color information

#7FB72C (or 0x7FB72C) is unknown color: approx Lima. HEX triplet: 7F, B7 and 2C. RGB value is (127,183,44). Sum of RGB (Red+Green+Blue) = 127+183+44=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB72C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB72C is #8048D3. Grayscale: #969696. Windows color (decimal): -8407252 or 2930559. OLE color: 2930559.

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

Color convert

RGB12718344-
CMYK0.3100.760.28
HSL84.17º61.23%44.51%-
HSV(B)84.17º75.96%71.76%-
XYZ26.1438.568.45-
YUV150.4167.95111.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.88%
GREEN value IS 183 (71.88% from 255) = 51.69%
BLUE value IS 44 (17.58% from 255) = 12.43%
R=35.88%
G=51.69%
B=12.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal127183440.3100.760.2884.1761.2344.51
Hex7FB72C1F04C1C543d2d
Octal17726754370114341247555
Binary1111111101101111011001111101001100111001010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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