#7FBD34

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

Shades of Lima #7FBD34

Tints of Lima #7FBD34

Color information

#7FBD34 (or 0x7FBD34) is unknown color: approx Lima. HEX triplet: 7F, BD and 34. RGB value is (127,189,52). Sum of RGB (Red+Green+Blue) = 127+189+52=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBD34 is #8042CB. Grayscale: #9B9B9B. Windows color (decimal): -8405708 or 3456383. OLE color: 3456383.

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

Color convert

RGB12718952-
CMYK0.3300.720.26
HSL87.15º56.85%47.25%-
HSV(B)87.15º72.49%74.12%-
XYZ27.5741.169.74-
YUV154.8469.96108.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.51%
GREEN value IS 189 (74.22% from 255) = 51.36%
BLUE value IS 52 (20.70% from 255) = 14.13%
R=34.51%
G=51.36%
B=14.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal127189520.3300.720.2687.1556.8547.25
Hex7FBD34210481A57392f
Octal17727564410110321277157
Binary11111111011110111010010000101001000110101010111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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