#7FB024

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

Shades of Lima #7FB024

Tints of Lima #7FB024

Color information

#7FB024 (or 0x7FB024) is unknown color: approx Lima. HEX triplet: 7F, B0 and 24. RGB value is (127,176,36). Sum of RGB (Red+Green+Blue) = 127+176+36=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB024 is #804FDB. Grayscale: #919191. Windows color (decimal): -8409052 or 2404479. OLE color: 2404479.

HSL color Cylindrical-coordinate representation of color #7FB024: hue angle of 81º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FB024 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB12717636-
CMYK0.2800.800.31
HSL81º66.04%41.57%-
HSV(B)81º79.55%69.02%-
XYZ24.635.697.26-
YUV145.3966.27114.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.46%
GREEN value IS 176 (69.14% from 255) = 51.92%
BLUE value IS 36 (14.45% from 255) = 10.62%
R=37.46%
G=51.92%
B=10.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127176360.2800.800.318166.0441.57
Hex7FB0241C0501F51422a
Octal177260443401203712110252
Binary11111111011000010010011100010100001111110100011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,176,36); }

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

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

 a { background-color: rgb(127,176,36); }

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

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

 span { border-color: rgb(127,176,36); }

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