#7FB226

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

Shades of Lima #7FB226

Tints of Lima #7FB226

Color information

#7FB226 (or 0x7FB226) is unknown color: approx Lima. HEX triplet: 7F, B2 and 26. RGB value is (127,178,38). Sum of RGB (Red+Green+Blue) = 127+178+38=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB226 is #804DD9. Grayscale: #939393. Windows color (decimal): -8408538 or 2536063. OLE color: 2536063.

HSL color Cylindrical-coordinate representation of color #7FB226: hue angle of 81.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7FB226 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB12717838-
CMYK0.2900.790.30
HSL81.86º64.81%42.35%-
HSV(B)81.86º78.65%69.8%-
XYZ25.0236.497.56-
YUV146.7966.6113.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.03%
GREEN value IS 178 (69.92% from 255) = 51.90%
BLUE value IS 38 (15.23% from 255) = 11.08%
R=37.03%
G=51.90%
B=11.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal127178380.2900.790.3081.8664.8142.35
Hex7FB2261D04F1E52412a
Octal177262463501173612210152
Binary11111111011001010011011101010011111111010100101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,178,38); }

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

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

 a { background-color: rgb(127,178,38); }

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

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

 span { border-color: rgb(127,178,38); }

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