#7FB428

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

Shades of Lima #7FB428

Tints of Lima #7FB428

Color information

#7FB428 (or 0x7FB428) is unknown color: approx Lima. HEX triplet: 7F, B4 and 28. RGB value is (127,180,40). Sum of RGB (Red+Green+Blue) = 127+180+40=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB428 is #804BD7. Grayscale: #949494. Windows color (decimal): -8408024 or 2667647. OLE color: 2667647.

HSL color Cylindrical-coordinate representation of color #7FB428: hue angle of 82.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FB428 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB12718040-
CMYK0.2900.780.29
HSL82.71º63.64%43.14%-
HSV(B)82.71º77.78%70.59%-
XYZ25.4637.317.87-
YUV148.1966.94112.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.60%
GREEN value IS 180 (70.70% from 255) = 51.87%
BLUE value IS 40 (16.02% from 255) = 11.53%
R=36.60%
G=51.87%
B=11.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127180400.2900.780.2982.7163.6443.14
Hex7FB4281D04E1D53402b
Octal177264503501163512310053
Binary11111111011010010100011101010011101110110100111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,180,40); }

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

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

 a { background-color: rgb(127,180,40); }

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

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

 span { border-color: rgb(127,180,40); }

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