#7FBD1E

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

Shades of Lima #7FBD1E

Tints of Lima #7FBD1E

Color information

#7FBD1E (or 0x7FBD1E) is unknown color: approx Lima. HEX triplet: 7F, BD and 1E. RGB value is (127,189,30). Sum of RGB (Red+Green+Blue) = 127+189+30=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBD1E is #8042E1. Grayscale: #989898. Windows color (decimal): -8405730 or 2014591. OLE color: 2014591.

HSL color Cylindrical-coordinate representation of color #7FBD1E: hue angle of 83.4º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FBD1E is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB12718930-
CMYK0.3300.840.26
HSL83.4º72.6%42.94%-
HSV(B)83.4º84.13%74.12%-
XYZ27.18417.71-
YUV152.3458.96109.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.71%
GREEN value IS 189 (74.22% from 255) = 54.62%
BLUE value IS 30 (12.11% from 255) = 8.67%
R=36.71%
G=54.62%
B=8.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal127189300.3300.840.2683.472.642.94
Hex7FBD1E210541A53492b
Octal177275364101243212311153
Binary11111111011110111110100001010101001101010100111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,189,30); }

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

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

 a { background-color: rgb(127,189,30); }

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

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

 span { border-color: rgb(127,189,30); }

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